diff --git a/autogen.sh b/autogen.sh index 28a5a89..7bfd3ac 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,4 +3,4 @@ mkdir -p m4 autopoint --force git submodule update --init --recursive AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv -Wall || exit -./configure --enable-maintainer-mode "$@" +test -n "$NOCONFIGURE" || ./configure --enable-maintainer-mode "$@"