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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user