summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-01-04 17:37:06 -0500
committerAdam Jackson <ajax@redhat.com>2013-01-15 14:03:01 -0500
commitc52b205c3175309be7952774668c87dd2d5ce30e (patch)
tree78b1223ddc4aa6b83bf688cd7d5981f0b12c4150
parent8f47428dce6471cf61d7059d670e22435d625bdd (diff)
downloadxorg-proto-xf86dgaproto-c52b205c3175309be7952774668c87dd2d5ce30e.tar.gz
autogen.sh: Implement GNOME Build APIbaserock/morph
http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Adam Jackson <ajax@redhat.com>
-rwxr-xr-xautogen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 904cd67..fc34bd5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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