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

Felix Paul Kühne git at videolan.org
Mon Jul 22 12:27:57 CEST 2019


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



More information about the vlc-commits mailing list