vlc | branch: master | Felix Paul Kühne <[email protected]> | Wed Oct 22 18:48:50 2014 +0200| [79df8a65f1a4a2a3444cdeecc3055681e6dd5a46] | committer: Felix Paul Kühne
extras: libtool depends on automake, which in turn depends on autoconf This solves long-standing conflicts with homebrew as well as the latest Xcode releases. Additionally, in most cases, all 3 items were built anyway. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=79df8a65f1a4a2a3444cdeecc3055681e6dd5a46 --- extras/tools/tools.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak index 5387905..33486e6 100644 --- a/extras/tools/tools.mak +++ b/extras/tools/tools.mak @@ -84,7 +84,7 @@ libtool: libtool-$(LIBTOOL_VERSION).tar.gz $(UNPACK) $(MOVE) -.libtool: libtool +.libtool: libtool .automake (cd $<; ./configure --prefix=$(PREFIX) && $(MAKE) && $(MAKE) install) ln -sf libtool $(PREFIX)/bin/glibtool ln -sf libtoolize $(PREFIX)/bin/glibtoolize _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
