From 7fed4b073e77cb8012c7eac51182943e467850da Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 2 Mar 2016 13:13:48 +0100 Subject: [PATCH] buildconf.sh: Fix variable mis-nomer/collision --- expat/buildconf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/buildconf.sh b/expat/buildconf.sh index 7bfc42c5..69981df7 100755 --- a/expat/buildconf.sh +++ b/expat/buildconf.sh @@ -17,7 +17,7 @@ if test "$1" = "2" -a "$2" -lt "58" || test "$1" -lt "2"; then fi echo "Creating configure ..." -${AUTOCONF:-autoreconf} -fvi +${AUTORECONF:-autoreconf} -fvi # toss this; it gets created by autoconf on some systems rm -rf autom4te*.cache