[vlc-commits] extras/tools: libtool don't use autoreconf too early

Pavlov Konstantin git at videolan.org
Thu Jun 18 13:10:20 CEST 2020


vlc/vlc-3.0 | branch: master | Pavlov Konstantin <thresh at videolan.org> | Wed Oct 30 18:13:55 2019 +0100| [474c14f81235a86a26f0ee0d4ec46517c801297b] | committer: Steve Lhomme

extras/tools: libtool don't use autoreconf too early

.buildlibtool dependencies make sure we have autoconf and automake
installed, which is not guaranteed on unpacking target.
tage.

(cherry picked from commit f3511a70314565e3ff48827e400e7869dfe20577)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

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

 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 ffe1d166d7..5b6bd072a0 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -131,10 +131,10 @@ 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 -fv)
 	$(MOVE)
 
 .buildlibtool: libtool .automake .help2man
+	(cd $(UNPACK_DIR) && autoreconf -fv)
 	(cd $<; ./configure --prefix=$(PREFIX) && $(MAKE) && $(MAKE) install)
 	ln -sf libtool $(PREFIX)/bin/glibtool
 	ln -sf libtoolize $(PREFIX)/bin/glibtoolize



More information about the vlc-commits mailing list