diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
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 |