summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index ae6ec890..aff11759 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,4 +6,6 @@ gtkdocize || exit 1
intltoolize --force --copy --automake || exit 1
# gnome-autogen.sh runs configure, so do likewise.
-autoreconf -vif && ./configure "$@"
+autoreconf -vif
+test -n "$NOCONFIGURE" || ./configure "$@"
+