aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 49125530..ea03f1e1 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