[vlc-commits] tools: autoreconf libtool
Steve Lhomme
git at videolan.org
Wed May 22 09:42:14 CEST 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri May 17 10:23:08 2019 +0200| [b867909e3f17a4365b0b2659dc5c4cb068040422] | committer: Steve Lhomme
tools: autoreconf libtool
Not all systems have aclocal-1.15.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b867909e3f17a4365b0b2659dc5c4cb068040422
---
extras/tools/tools.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index cc55732cb4..bd3c27b717 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -130,6 +130,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