summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-01-04 17:37:06 -0500
committerAdam Jackson <ajax@redhat.com>2013-01-16 13:18:27 -0500
commit9552438caa4d295c99a9b8821cf2644739861c6a (patch)
treed70a35128d2f83bfbf20fefccaa85f073f0cf067 /autogen.sh
parent87d773249af18ae8722aacb7306b0eee51a90dbc (diff)
downloadxorg-driver-xf86-video-intel-9552438caa4d295c99a9b8821cf2644739861c6a.tar.gz
autogen.sh: Implement GNOME Build API
http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 904cd674..fc34bd55 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