]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
simplified the die-line when aclocal fails, the previous one confused
authorDaniel Stenberg <daniel@haxx.se>
Tue, 18 May 2004 09:02:38 +0000 (09:02 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 18 May 2004 09:02:38 +0000 (09:02 +0000)
the netbsd shell

buildconf

index e067d90e417a4068a629631aac8f3ca97c58c159..7459494dd4411f42aae4a13ecf0a8d5663d6a606 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -159,7 +159,7 @@ fi
 echo "buildconf: running libtoolize"
 ${LIBTOOLIZE:-libtoolize} --copy --automake --force || die "The command '${LIBTOOLIZE:-libtoolize}  --copy --automake --force' failed"
 echo "buildconf: running aclocal"
-${ACLOCAL:-aclocal} $ACLOCAL_FLAGS || die "The command '${ACLOCAL:-aclocal}${ACLOCAL_FLAGS:+" $ACLOCAL_FLAGS"}' failed"
+${ACLOCAL:-aclocal} $ACLOCAL_FLAGS || die "The aclocal command line failed"
 echo "buildconf: running aclocal hack to convert all mv to mv -f"
 perl -i.bak -pe 's/\bmv +([^-\s])/mv -f $1/g' aclocal.m4
 echo "buildconf: running autoheader"