buildconf.sh: Fix variable mis-nomer/collision

This commit is contained in:
Sebastian Pipping 2016-03-02 13:13:48 +01:00
parent d1d7e18ac4
commit 7fed4b073e

View File

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