autogen.sh: Implement GNOME Build API
authorColin Walters <walters@verbum.org>
Wed, 4 Jan 2012 22:37:06 +0000 (17:37 -0500)
committerAdam Jackson <ajax@redhat.com>
Wed, 16 Jan 2013 18:20:49 +0000 (13:20 -0500)
http://people.gnome.org/~walters/docs/build-api.txt

Signed-off-by: Adam Jackson <ajax@redhat.com>
autogen.sh

index 904cd67..fc34bd5 100755 (executable)
@@ -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