build: support GNOME Build API

By not running configure if not instructed to do so.

https://bugzilla.gnome.org/show_bug.cgi?id=691504
This commit is contained in:
Giovanni Campagna 2013-01-05 18:25:17 +01:00 committed by Erick Pérez Castellanos
parent a5dec9ad6a
commit e7b32d15de

View file

@ -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 "$@"