vlc | branch: master | Felix Paul Kühne <[email protected]> | Wed Jul 17 10:34:47 
2019 +0200| [c2acdb2d4d5b9267c65fd81285f842a2f8712358] | committer: Felix Paul 
Kühne

tools: fix libtool bootstapping on macOS

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

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

diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index 7d677de1d8..937a324331 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -131,7 +131,7 @@ libtool: libtool-$(LIBTOOL_VERSION).tar.gz
        $(APPLY) $(TOOLS)/libtool-2.4.6-san.patch
        $(APPLY) $(TOOLS)/libtool-2.4.6-clang-libs.patch
        $(APPLY) $(TOOLS)/libtool-2.4.6-response-files.patch
-       (cd $(UNPACK_DIR) && autoreconf)
+       (cd $(UNPACK_DIR) && autoreconf -fv)
        $(MOVE)
 
 .buildlibtool: libtool .automake .help2man

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to