[vlc-devel] [PATCH 1/2] Revert "extras: libtool depends on automake, which in turn depends on autoconf"
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Wed Jul 11 11:35:37 CEST 2018
This reverts commit 79df8a65f1a4a2a3444cdeecc3055681e6dd5a46.
Let the usual detection check for automake. If it's not found, we will
built it
---
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 44517799dc..c10713a971 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -106,7 +106,7 @@ libtool: libtool-$(LIBTOOL_VERSION).tar.gz
$(APPLY) libtool-2.4.6-clang-libs.patch
$(MOVE)
-.libtool: libtool .automake
+.libtool: libtool
(cd $<; ./configure --prefix=$(PREFIX) && $(MAKE) && $(MAKE) install)
ln -sf libtool $(PREFIX)/bin/glibtool
ln -sf libtoolize $(PREFIX)/bin/glibtoolize
--
2.18.0
More information about the vlc-devel
mailing list