[vlc-commits] tools: fix libtool bootstapping on macOS

Felix Paul Kühne git at videolan.org
Thu Jun 18 13:10:19 CEST 2020


vlc/vlc-3.0 | branch: master | Felix Paul Kühne <felix at feepk.net> | 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 <robux4 at ycbcr.xyz>

> 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



More information about the vlc-commits mailing list