extras: libtool depends on automake, which 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 vlc commit 79df8a65f1a4a2a3444cdeecc3055681e6dd5a46)

Change-Id: I0a84067a04ad8cee12c237219d88b338760eb970
This commit is contained in:
Felix Paul Kühne
2014-10-22 13:04:27 -04:00
committed by Tristan Matthews
parent cdde5aa8c1
commit 21d079dda1

View File

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