diff options
author | Colin Walters <walters@verbum.org> | 2012-01-04 17:37:06 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2013-01-15 14:32:13 -0500 |
commit | 474d22468c90f99104873b4c5fd7b0f0d2cbf823 (patch) | |
tree | f095d8caec0431c5ea2aa2b8df13f347f37fe956 | |
parent | 2f66383e79b9d2fae79d49cf0b1b3a3811c6d47e (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
@@ -9,4 +9,6 @@ cd $srcdir autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? -$srcdir/configure --enable-maintainer-mode "$@" +if test -z "$NOCONFIGURE"; then + $srcdir/configure "$@" +fi |