[vlc-commits] Revert "extras/tools: set AUTOCONF variable so automake can find it"

Hugo Beauzée-Luyssen git at videolan.org
Thu Jun 18 13:09:19 CEST 2020


vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Jul 12 13:39:13 2018 +0200| [b4926f1907540c55921ae7104566af374b092a35] | committer: Steve Lhomme

Revert "extras/tools: set AUTOCONF variable so automake can find it"

This reverts commit c1cdd9154cb857a9886d28e9deb8d27b41c1f8e1.
Since we don't use AUTOCONF since
6c998c6073e57b8657915be5e741c8e800c62693, don't clobber the AUTOCONF
variable, especially since we might use an `autoconf` which isn't in the
tools prefix

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

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

 extras/tools/tools.mak | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index 0fc3f5fdcf..da703d8577 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -8,9 +8,6 @@ include packages.mak
 # common rules
 #
 
-AUTOCONF=$(PREFIX)/bin/autoconf
-export AUTOCONF
-
 ifeq ($(shell curl --version >/dev/null 2>&1 || echo FAIL),)
 download = curl -f -L -- "$(1)" > "$@.tmp" && touch $@.tmp && mv $@.tmp $@
 else ifeq ($(shell wget --version >/dev/null 2>&1 || echo FAIL),)



More information about the vlc-commits mailing list