From 285e998faec7094d0093071c5262281fda5e04f4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 30 May 2001 07:59:47 +0000 Subject: Sterling Hughes's fixes --- reconf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'reconf') diff --git a/reconf b/reconf index fb48aa3e8..39405b006 100755 --- a/reconf +++ b/reconf @@ -9,7 +9,7 @@ die(){ echo "$@" ; exit } -aclocal -I . || die "ahhhhh" -autoheader || die "ahhhhh" -automake || die "ahhhhh" -autoconf || die "ahhhhh" +aclocal -I . || die "The command 'aclocal -I .' failed" +autoheader || die "The command 'autoheader' failed" +automake || die "The command 'automake' failed" +autoconf || die "The command 'autoconf' failed" -- cgit v1.2.3