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

Hugo Beauzée-Luyssen git at videolan.org
Fri Jul 13 12:08:08 CEST 2018


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

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

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

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

diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index e9b7c8203c..1b8cb73c79 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