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

Rafaël Carré git at videolan.org
Wed Nov 30 18:38:45 CET 2011


vlc/vlc-1.2 | branch: master | Rafaël Carré <funman at videolan.org> | Wed Nov 30 12:38:01 2011 -0500| [946192a5500e77ef066f8697a281fdb550158bba] | committer: Rafaël Carré

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

This reverts commit 52b9f6ab9b67ef5a990ba6891f0821dd7f931901.

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

 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 4e79da7..6ea4169 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 .pkg-config
+.autoconf: autoconf
 	(cd $<; ./configure --prefix=$(PREFIX) && make && make install)
 	touch $@
 



More information about the vlc-commits mailing list