summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2014-05-26 17:26:06 +1000
committerDave Airlie <airlied@redhat.com>2014-05-26 17:26:06 +1000
commitc32c10124ff4fca14956c286e8d8a31291f41ffc (patch)
tree73df05c22af423bc27e67dcdcfbc29c512ed3dcf
parente392d40182bc23a2a6e2202c59ee2afd26328a0a (diff)
downloadxorg-proto-dri3proto-c32c10124ff4fca14956c286e8d8a31291f41ffc.tar.gz
autogen: use standard autogen
so gnome can build this. Signed-off-by: Dave Airlie <airlied@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