[PATCH] autogen.sh: Support GNOME Build API
Colin Walters
walters at verbum.org
Wed Jan 4 05:06:05 PST 2012
http://people.gnome.org/~walters/docs/build-api.txt
---
autogen.sh | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index 354f254..fc34bd5 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
--
1.7.6.4
--=-jDM+l1GSqV51OH3yMCzW--
More information about the Pixman
mailing list