From d45615c555e250209ebb55aa3649abe790f1eeac Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 26 Jun 2009 14:20:02 +0300 Subject: [PATCH] Allow to explicitly specify autotool versions in autogen.sh. --- autogen.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/autogen.sh b/autogen.sh index 8460817..f9b9c60 100755 --- a/autogen.sh +++ b/autogen.sh @@ -11,9 +11,9 @@ set -e -x -autopoint -f -libtoolize -c -f || glibtoolize -c -f -aclocal -I m4 -autoconf -autoheader -automake -acf --foreign +${AUTOPOINT:-autopoint} -f +${LIBTOOLIZE:-libtoolize} -c -f || glibtoolize -c -f +${ACLOCAL:-aclocal} -I m4 +${AUTOCONF:-autoconf} +${AUTOHEADER:-autoheader} +${AUTOMAKE:-automake} -acf --foreign -- 2.7.4