buildconf.sh: Fix variable mis-nomer/collision
This commit is contained in:
parent
d1d7e18ac4
commit
7fed4b073e
@ -17,7 +17,7 @@ if test "$1" = "2" -a "$2" -lt "58" || test "$1" -lt "2"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Creating configure ..."
|
echo "Creating configure ..."
|
||||||
${AUTOCONF:-autoreconf} -fvi
|
${AUTORECONF:-autoreconf} -fvi
|
||||||
|
|
||||||
# toss this; it gets created by autoconf on some systems
|
# toss this; it gets created by autoconf on some systems
|
||||||
rm -rf autom4te*.cache
|
rm -rf autom4te*.cache
|
||||||
|
Loading…
Reference in New Issue
Block a user