[vlc-devel] [3.0 PATCH v2 04/20] tools: autoreconf libtool

Steve Lhomme robux4 at ycbcr.xyz
Thu Apr 2 13:38:02 CEST 2020


Not all systems have aclocal-1.15.

(cherry picked from commit b867909e3f17a4365b0b2659dc5c4cb068040422)
---
 extras/tools/tools.mak | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index fa4cc62c9da..1b734a1df48 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -106,6 +106,7 @@ libtool: libtool-$(LIBTOOL_VERSION).tar.gz
 	$(APPLY) libtool-2.4.6-san.patch
 	$(APPLY) libtool-2.4.6-clang-libs.patch
 	$(APPLY) libtool-2.4.6-response-files.patch
+	(cd $(UNPACK_DIR) && autoreconf)
 	$(MOVE)
 
 .libtool: libtool .automake
-- 
2.17.1



More information about the vlc-devel mailing list