simplified the automake failed message too

This commit is contained in:
Daniel Stenberg 2004-05-18 09:25:46 +00:00
parent 7c4b6cb0d9
commit e2c5c20896
1 changed files with 1 additions and 1 deletions

View File

@ -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