summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 904cd67..1ecf200 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,4 +9,10 @@ cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
+test -n "$NOCONFIGURE" && {
+ echo "skipping configure stage as requested."
+ echo "autogen.sh done."
+ exit 0
+}
+
$srcdir/configure --enable-maintainer-mode "$@"