diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-01 07:46:21 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-01 07:46:21 +0000 |
commit | a948ca1669ffe302308616c59eb5733383295a17 (patch) | |
tree | 3400dde10523521abe791a2e74a566a3427f29eb /buildconf | |
parent | 9cef14dfb2136d2aaccd9f3cab3b11d5e360b666 (diff) | |
download | curl-a948ca1669ffe302308616c59eb5733383295a17.tar.gz |
This line was for local testing, not intended to be committed.
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -306,7 +306,6 @@ 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" |