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:12 -0500 |
commit | c9fa3ec1a7c9847ccf98377b48c674f1d32c635d (patch) | |
tree | 902c0ff4f4d34965365d42b305f94b286c033874 | |
parent | d545f97ace8a2842a8e5ac49c8c955fb3252e873 (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 |