use var for automake
This commit is contained in:
parent
3951a187a0
commit
7b4b15b551
|
@ -430,7 +430,7 @@ bootstrap_libs_post() {
|
||||||
ldns)
|
ldns)
|
||||||
cd $BASEDIR/libs/ldns
|
cd $BASEDIR/libs/ldns
|
||||||
if test ! -x install-sh; then
|
if test ! -x install-sh; then
|
||||||
ex automake --add-missing --copy
|
ex ${AUTOMAKE:-automake} --add-missing --copy
|
||||||
ex rm -rf autom4te*.cache
|
ex rm -rf autom4te*.cache
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue