build: honor NOCONFIGURE (bgo #659354)

This commit is contained in:
Colin Walters 2011-09-19 16:45:43 -05:00 committed by Dan Williams
parent 4ac8b1cf8e
commit 833bc16d12

View File

@ -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
)