aboutsummaryrefslogtreecommitdiff
path: root/reconf
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-05-30 07:59:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-05-30 07:59:47 +0000
commit285e998faec7094d0093071c5262281fda5e04f4 (patch)
treecdd94fa92dc919f8f00983b67a4f39936a22066b /reconf
parentc503930b8d5bc62b011961dd5e0b27f80362c322 (diff)
downloadgnurl-285e998faec7094d0093071c5262281fda5e04f4.tar.gz
gnurl-285e998faec7094d0093071c5262281fda5e04f4.tar.bz2
gnurl-285e998faec7094d0093071c5262281fda5e04f4.zip
Sterling Hughes's fixes
Diffstat (limited to 'reconf')
-rwxr-xr-xreconf8
1 files changed, 4 insertions, 4 deletions
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"