[vlc-commits] extra/tools: make sure autoconf comes with pkg-config macros
Rafaël Carré
git at videolan.org
Sat Dec 3 16:54:19 CET 2011
vlc/vlc-1.2 | branch: master | Rafaël Carré <funman at videolan.org> | Thu Dec 1 19:38:15 2011 -0500| [bd978f44684c6d5b8bd7a3bb9143bd484d52c5fe] | committer: Jean-Baptiste Kempf
extra/tools: make sure autoconf comes with pkg-config macros
(cherry picked from commit f063b082594e3d4e6211a293e29125cc387d1e65)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=bd978f44684c6d5b8bd7a3bb9143bd484d52c5fe
---
extras/tools/tools.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index b32fb69..2f3bf73 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -132,7 +132,7 @@ autoconf: autoconf-$(AUTOCONF_VERSION).tar.bz2
$(UNPACK)
$(MOVE)
-.autoconf: autoconf
+.autoconf: autoconf .pkg-config
(cd $<; ./configure --prefix=$(PREFIX) && make && make install)
touch $@
More information about the vlc-commits
mailing list