[vlc-devel] [PATCH 1/3] Revert "extras/tools: set AUTOCONF variable so automake can find it"

Hugo Beauzée-Luyssen hugo at beauzee.fr
Thu Jul 12 14:20:09 CEST 2018


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
---
 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),)
-- 
2.18.0



More information about the vlc-devel mailing list