From e2c5c208962608726820c9bd5b2d8eb60e7775a1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 18 May 2004 09:25:46 +0000 Subject: [PATCH] simplified the automake failed message too --- buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3