xf86-video-ati: Branch 'master'

Michel Dänzer daenzer at kemper.freedesktop.org
Thu Jun 6 01:33:56 PDT 2013


 autogen.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7ce43639a8e53eefb94e5255a39c1232b6bdbf66
Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Thu Jun 6 09:58:27 2013 +0200

    autogen.sh: Restore passing --enable-maintainer-mode to configure
    
    Looks like this was accidentally dropped when the GNOME Build API was
    implemented.

diff --git a/autogen.sh b/autogen.sh
index fc34bd5..b47abdc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,5 +10,5 @@ autoreconf -v --install || exit 1
 cd $ORIGDIR || exit $?
 
 if test -z "$NOCONFIGURE"; then
-    $srcdir/configure "$@"
+    $srcdir/configure --enable-maintainer-mode "$@"
 fi


More information about the xorg-commit mailing list