vlc/vlc-3.0 | branch: master | Pavlov Konstantin <thr...@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 <rob...@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

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to