Commit e2c5c208 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

simplified the automake failed message too

parent 7c4b6cb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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