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:
parent
a5dec9ad6a
commit
e7b32d15de
1 changed files with 1 additions and 1 deletions
|
@ -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 "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue