Ensure that reserved keyword AC_DEFUN is only used for its purpose.

This commit is contained in:
Yang Tse
2008-08-01 06:07:43 +00:00
parent 1035469662
commit 2d15d84a01
2 changed files with 26 additions and 23 deletions

View File

@@ -306,6 +306,7 @@ tmp_host_type=`uname -a | sed '/SunOS/s/.*\(SunOS\).*/\1/'`
if test "x$tmp_host_type" = "xSunOS"; then
ACLOCAL_FLAGS="$ACLOCAL_FLAGS --verbose"
fi
ACLOCAL_FLAGS="$ACLOCAL_FLAGS --verbose"
echo "buildconf: running libtoolize"
$libtoolize --copy --automake --force || die "The libtoolize command failed"