pixman: Branch 'master'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Thu Jan 5 07:14:19 PST 2012


 autogen.sh |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit ae651e7e739253f79f345f9fcbacad8627da0d85
Author: Colin Walters <walters at verbum.org>
Date:   Wed Jan 4 08:06:05 2012 -0500

    autogen.sh: Support GNOME Build API
    
    http://people.gnome.org/~walters/docs/build-api.txt

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


More information about the xorg-commit mailing list