mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-30 02:20:11 +00:00
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…
x
Reference in New Issue
Block a user