diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-18 09:25:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-18 09:25:46 +0000 |
commit | e2c5c208962608726820c9bd5b2d8eb60e7775a1 (patch) | |
tree | 0cdb71835243af998e4de9b17ff54df5a20d3459 | |
parent | 7c4b6cb0d9a3e20ea455fab85f560cca3c076020 (diff) |
simplified the automake failed message too
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 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 |