[vlc-devel] [PATCH] tools: autoreconf libtool

Steve Lhomme robux4 at ycbcr.xyz
Fri May 17 13:51:03 CEST 2019


Not all systems have aclocal-1.15.
---
 extras/tools/tools.mak | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index 0304946c87..f01869495c 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -132,6 +132,7 @@ libtool: libtool-$(LIBTOOL_VERSION).tar.gz
 	$(APPLY) $(TOOLS)/libtool-2.4.6-clang-libs.patch
 	$(APPLY) $(TOOLS)/libtool-2.4.6-response-files.patch
 	$(APPLY) $(TOOLS)/libtool-2.4.6-pass-pdb.patch
+	(cd $(UNPACK_DIR) && autoreconf)
 	$(MOVE)
 
 .buildlibtool: libtool .automake .help2man
-- 
2.17.1



More information about the vlc-devel mailing list