forked from Mirrors/freeswitch
use var for automake
This commit is contained in:
parent
3951a187a0
commit
7b4b15b551
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user