[vlc-commits] extra/tools: make sure autoconf can access pkg-config macros

Rafaël Carré git at videolan.org
Wed Nov 30 01:07:14 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Nov 29 14:49:44 2011 -0500| [b590a13f930a14040047ac2203ca64afb1c0c38d] | committer: Jean-Baptiste Kempf

extra/tools: make sure autoconf can access pkg-config macros

If we don't build pkg-config (because a previous installation exists
somewhere else), autoconf won't find PKG_* m4 macros and fail to
run on packages using them (if they don't ship the macros either)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b590a13f930a14040047ac2203ca64afb1c0c38d
---

 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 6ea4169..4e79da7 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