simplified the automake failed message too
authorDaniel Stenberg <daniel@haxx.se>
Tue, 18 May 2004 09:25:46 +0000 (09:25 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 18 May 2004 09:25:46 +0000 (09:25 +0000)
buildconf

index 7459494..b798710 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -177,7 +177,7 @@ if test -d ares; then
 fi
 
 echo "buildconf: running automake"
-${AUTOMAKE:-automake} -a  || die "The command '${AUTOMAKE:-automake} -a' failed"
+${AUTOMAKE:-automake} -a  || die "The automake command failed"
 
 echo "buildconf: OK"
 exit 0