[vlc-commits] We don't patch pkg-config (anymore), don't run autoconf
Rafaël Carré
git at videolan.org
Wed Nov 30 16:42:52 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Nov 30 10:42:34 2011 -0500| [6c998c6073e57b8657915be5e741c8e800c62693] | committer: Rafaël Carré
We don't patch pkg-config (anymore), don't run autoconf
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6c998c6073e57b8657915be5e741c8e800c62693
---
extras/tools/tools.mak | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index 6ea4169..b32fb69 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -165,7 +165,6 @@ pkg-config-$(PKGCFG_VERSION).tar.gz:
pkgconfig: pkg-config-$(PKGCFG_VERSION).tar.gz .autoconf
$(UNPACK)
$(MOVE)
- (cd $@; $(AUTOCONF))
.pkg-config: pkgconfig
(cd pkgconfig; ./configure --prefix=$(PREFIX) --disable-shared --enable-static && make && make install)
More information about the vlc-commits
mailing list