diff options
author | Colin Walters <walters@verbum.org> | 2012-01-04 17:37:06 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2013-01-16 13:00:00 -0500 |
commit | bb29c304c09aba567af0f0d77a63f0202c3836c6 (patch) | |
tree | a6816eeaf24a78bc9597a1aa8bc9a75bf3561ff8 | |
parent | 9685da3e7136e01a7bc780d81667abf5897b87a6 (diff) |
autogen.sh: Implement GNOME Build API
http://people.gnome.org/~walters/docs/build-api.txt
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -10,4 +10,6 @@ cd $srcdir autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? -$srcdir/configure --enable-maintainer-mode "$@" +if test -z "$NOCONFIGURE"; then + $srcdir/configure "$@" +fi |