aboutsummaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-18 09:25:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-18 09:25:46 +0000
commite2c5c208962608726820c9bd5b2d8eb60e7775a1 (patch)
tree0cdb71835243af998e4de9b17ff54df5a20d3459 /buildconf
parent7c4b6cb0d9a3e20ea455fab85f560cca3c076020 (diff)
simplified the automake failed message too
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index 7459494dd..b79871035 100755
--- 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