xserver: Branch 'master'

Daniel Stone daniels at kemper.freedesktop.org
Tue Jul 22 06:55:48 PDT 2008


 autogen.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d8937ce58137ad675f1ead8f2345eaed0ca63c8a
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Tue Jul 22 16:52:50 2008 +0300

    autogen.sh: Pass --force to autoreconf
    
    Ensure we get all files installed when running autoreconf by passing
    --force to overwrite previously-generated ones, which fixes running it
    from tarballs.
    
    Also revert Peter's local changes to pass arguments to configure, all of
    which are the default now anyway, AIUI.

diff --git a/autogen.sh b/autogen.sh
index 54e9f33..4e8b11b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
 ORIGDIR=`pwd`
 cd $srcdir
 
-autoreconf -v --install || exit 1
+autoreconf --force -v --install || exit 1
 cd $ORIGDIR || exit $?
 
-$srcdir/configure --enable-maintainer-mode --disable-dmx --enable-dri --enable-kdrive "$@"
+$srcdir/configure --enable-maintainer-mode "$@"


More information about the xorg-commit mailing list