Skip to content
Snippets Groups Projects
Commit e2c5c208 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

simplified the automake failed message too

parent 7c4b6cb0
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,7 @@ if test -d ares; then ...@@ -177,7 +177,7 @@ if test -d ares; then
fi fi
echo "buildconf: running automake" 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" echo "buildconf: OK"
exit 0 exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment