summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b809fa5..5091910 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -41,4 +41,6 @@ done
chmod a+x build-aux/install-sh build-aux/mkinstalldirs \
build-aux/compile build-aux/ar-lib
-make -f Makefile.devel totally-clean all
+make -f Makefile.devel totally-clean all || exit $?
+
+echo "$0: done. Now you can run './configure'."