[vlc-devel] [PATCH] tools: fix libtool compilation
Felix Paul Kühne
fkuehne at videolan.org
Thu Oct 10 07:08:19 CEST 2019
From: Felix Paul Kühne <felix at feepk.net>
Just uncompressing automake is not enough to succeed, we also need to build and install
---
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 937a324331..b96f0d48cc 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -134,7 +134,7 @@ libtool: libtool-$(LIBTOOL_VERSION).tar.gz
(cd $(UNPACK_DIR) && autoreconf -fv)
$(MOVE)
-.buildlibtool: libtool .automake .help2man
+.buildlibtool: libtool .buildautomake .help2man
(cd $<; ./configure --prefix=$(PREFIX) && $(MAKE) && $(MAKE) install)
ln -sf libtool $(PREFIX)/bin/glibtool
ln -sf libtoolize $(PREFIX)/bin/glibtoolize
--
2.21.0 (Apple Git-122)
More information about the vlc-devel
mailing list