[vlc-commits] extras: libtool depends on automake, which in turn depends on autoconf
Felix Paul Kühne
git at videolan.org
Sat Nov 1 13:23:40 CET 2014
vlc/vlc-2.2 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Oct 22 18:48:50 2014 +0200| [cadbdded4be53c68a72ac9271a9a37ac89ab815e] | committer: Jean-Baptiste Kempf
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.
(cherry picked from commit 79df8a65f1a4a2a3444cdeecc3055681e6dd5a46)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=cadbdded4be53c68a72ac9271a9a37ac89ab815e
---
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 231e86a..84233bc 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
More information about the vlc-commits
mailing list