22698c7: An unset IFS is different from an empty IFS. The empty IFS was causing $ACLOCAL_OPTIONS to be treated as a single argument so it was looking for the directory ' autoconf/m4' (with the space). [Steve Checkoway]

This commit is contained in:
AJ Kelly
2010-06-05 12:20:49 -05:00
parent 9bc4afc02a
commit 25193851b6
+1 -1
View File
@@ -70,7 +70,7 @@ if test -z "$AUTOMAKE" && automake --version > /dev/null 2>&1; then
echo "1.7 or newer is required."
exit 1
fi
IFS=
unset IFS
ACLOCAL=aclocal
AUTOMAKE=automake
fi