From e2c5c208962608726820c9bd5b2d8eb60e7775a1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 18 May 2004 09:25:46 +0000 Subject: simplified the automake failed message too --- buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildconf') diff --git a/buildconf b/buildconf index 7459494dd..b79871035 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 -- cgit v1.2.1