aboutsummaryrefslogtreecommitdiff
path: root/reconf
diff options
context:
space:
mode:
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"