summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 386762d71..468d64096 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -23,6 +23,4 @@ fi
# back in the stupidity of autoreconf
autoreconf -v --install || exit $?
-./configure "$@"
-
-echo "Now type 'make' to compile $PROJECT."
+./configure "$@" && echo "Now type 'make' to compile $PROJECT."