autogen.sh: Support GNOME Build API
authorColin Walters <walters@verbum.org>
Wed, 4 Jan 2012 13:06:05 +0000 (08:06 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Thu, 5 Jan 2012 15:14:52 +0000 (10:14 -0500)
http://people.gnome.org/~walters/docs/build-api.txt

autogen.sh

index 354f254..fc34bd5 100755 (executable)
@@ -9,4 +9,6 @@ cd $srcdir
 autoreconf -v --install || exit 1
 cd $ORIGDIR || exit $?
 
-$srcdir/configure "$@"
+if test -z "$NOCONFIGURE"; then
+    $srcdir/configure "$@"
+fi