diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-01 06:07:43 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-01 06:07:43 +0000 |
commit | 2d15d84a01dcd76dd461b01b156bf00c4c4d9614 (patch) | |
tree | 8967fbd73b9959e4ed2da8c6cadf2684923dd1e2 /buildconf | |
parent | 103546966270e31e0110980bb6675664bc5dee98 (diff) | |
download | curl-2d15d84a01dcd76dd461b01b156bf00c4c4d9614.tar.gz |
Ensure that reserved keyword AC_DEFUN is only used for its purpose.
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |