aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xautogen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 491255306..ea03f1e13 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -138,4 +138,6 @@ autoconf
cd ../..
cd $olddir
-$srcdir/configure "$@" && echo
+if test x$NOCONFIGURE = x; then
+ $srcdir/configure "$@" && echo
+fi