diff --git a/autogen.sh b/autogen.sh index 67816be509..c0194020f0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -17,6 +17,8 @@ PKG_NAME=NetworkManager gtkdocize || exit 1 autopoint --force AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose - ./configure --enable-maintainer-mode $@ + if test -z "$NOCONFIGURE"; then + ./configure --enable-maintainer-mode $@ + fi )