vlc | branch: master | Rafaël Carré <[email protected]> | Wed Nov 30 01:44:35 2011 -0500| [7c22d840611736dc0276fd0ce9b6fc1a2d4284a4] | committer: Rafaël Carré
Revert "extra/tools: make sure autoconf can access pkg-config macros" This reverts commit b590a13f930a14040047ac2203ca64afb1c0c38d. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7c22d840611736dc0276fd0ce9b6fc1a2d4284a4 --- 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 $@ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
