vlc/vlc-1.2 | branch: master | Rafaël Carré <[email protected]> | Tue Nov 29 
14:49:44 2011 -0500| [52b9f6ab9b67ef5a990ba6891f0821dd7f931901] | 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 <[email protected]>
(cherry picked from commit b590a13f930a14040047ac2203ca64afb1c0c38d)

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

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

 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 $@
 

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to