use var for automake

This commit is contained in:
Michael Jerris 2012-07-02 17:41:10 -04:00
parent 3951a187a0
commit 7b4b15b551

View File

@ -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
;;