From 7b4b15b551964b3b67d52e6aac2e7fd33bb32f3b Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 2 Jul 2012 17:41:10 -0400 Subject: [PATCH] use var for automake --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 5c9ab26f03..52d0cd15c0 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -430,7 +430,7 @@ bootstrap_libs_post() { ldns) cd $BASEDIR/libs/ldns if test ! -x install-sh; then - ex automake --add-missing --copy + ex ${AUTOMAKE:-automake} --add-missing --copy ex rm -rf autom4te*.cache fi ;;