mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:11:40 +03:00
simplified the automake failed message too
This commit is contained in:
parent
7c4b6cb0d9
commit
e2c5c20896
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue