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 | 9b26b81477cf3486e5aa0ef8d81af68a0f04df1b (patch) | |
tree | 4a4d65d93b2ff43d15dce1daafc5a63f8799cb30 | |
parent | fb67e7c99b8e95fa667b90837d312a98fa0a8a64 (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 |