vlc/vlc-3.0 | branch: master | Felix Paul Kühne <[email protected]> | Wed Jul 17 
10:34:47 2019 +0200| [30475295967e713369aee6f4cee9a956cd498a72] | committer: 
Steve Lhomme

tools: fix libtool bootstapping on macOS

(cherry picked from commit c2acdb2d4d5b9267c65fd81285f842a2f8712358)
Signed-off-by: Steve Lhomme <[email protected]>

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

 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 94375c748c..ffe1d166d7 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