diff options
author | Colin Walters <walters@verbum.org> | 2012-01-04 08:06:05 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-01-05 10:14:52 -0500 |
commit | ae651e7e739253f79f345f9fcbacad8627da0d85 (patch) | |
tree | 8d48f3bcaaba43efa89701564653db219a9abf14 /autogen.sh | |
parent | 89498a1178bc173857f3d1ee1f889afcc58b21b6 (diff) |
autogen.sh: Support GNOME Build API
http://people.gnome.org/~walters/docs/build-api.txt
Diffstat (limited to 'autogen.sh')
-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 "$@" +if test -z "$NOCONFIGURE"; then + $srcdir/configure "$@" +fi |