vlc/vlc-3.0 | branch: master | Steve Lhomme <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
