summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh
index b9046879..bff8257b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -101,11 +101,5 @@ else
fi
if $run_configure; then
- $srcdir/configure --enable-developer --config-cache "$@" || exit $?
- echo
- echo "Now type 'make' to compile $PROJECT."
-else
- echo
- echo "Now run 'configure' and 'make' to compile $PROJECT."
+ $srcdir/configure --enable-developer --config-cache "$@"
fi
-