From: Daniel Stenberg Date: Tue, 18 May 2004 09:25:46 +0000 (+0000) Subject: simplified the automake failed message too X-Git-Tag: curl-7_12_0~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2c5c208962608726820c9bd5b2d8eb60e7775a1;p=thirdparty%2Fcurl.git simplified the automake failed message too --- diff --git a/buildconf b/buildconf index 7459494dd4..b798710351 100755 --- a/buildconf +++ b/buildconf @@ -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