[vlc-commits] extra/tools: make sure autoconf comes with pkg-config macros
Rafaël Carré
git at videolan.org
Fri Dec 2 01:48:50 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Dec 1 19:38:15 2011 -0500| [f063b082594e3d4e6211a293e29125cc387d1e65] | committer: Rafaël Carré
extra/tools: make sure autoconf comes with pkg-config macros
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f063b082594e3d4e6211a293e29125cc387d1e65
---
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