summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2014-05-26 17:30:24 +1000
committerDave Airlie <airlied@redhat.com>2014-05-26 17:30:24 +1000
commit4a18dd74c0cc6e75937eb78347e8ea6c81d1373a (patch)
treef13f699a60d350fa31ef045f4b0bab704fb79888
parent8604a741baa5360164a882bd9f3c8474840744db (diff)
autogen: add support for gnome autobuilder
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 354f254..0a175c9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,4 +9,6 @@ cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
-$srcdir/configure "$@"
+if test -z "$NOCONFIGURE"; then
+ $srcdir/configure "$@"
+fi