[vlc-commits] tools: autoreconf libtool

Steve Lhomme git at videolan.org
Thu Jun 18 13:09:36 CEST 2020


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri May 17 10:23:08 2019 +0200| [ea43de3c3f99a83d8081204d69813e3e6d74b869] | committer: Steve Lhomme

tools: autoreconf libtool

Not all systems have aclocal-1.15.

(cherry picked from commit b867909e3f17a4365b0b2659dc5c4cb068040422)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=ea43de3c3f99a83d8081204d69813e3e6d74b869
---

 extras/tools/tools.mak | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index c371aab0d5..caba80c19d 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -120,6 +120,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)
 
 .buildlibtool: libtool .automake .help2man



More information about the vlc-commits mailing list