xf86dga: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sun Oct 31 11:19:58 PDT 2010


 Makefile.am  |   20 +-------------------
 configure.ac |   26 ++++++++++++--------------
 dga.c        |    2 +-
 3 files changed, 14 insertions(+), 34 deletions(-)

New commits:
commit d2f47149264cd2050f5c442cd8765998a4f936c4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Oct 31 11:19:13 2010 -0700

    xf86dga 1.0.3
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 8838a27cb7d1c1be42166569ebfd0c75626752aa
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Oct 31 11:14:30 2010 -0700

    include Xxf86dga.h instead of the deprecated xf86dga.h
    
    Requires libXxf86dga 1.1.0 or newer for the new header.
    
    Clears compiler warnings of:
    "X11/extensions/xf86dga.h", line 9: #warning: "xf86dga.h is obsolete and may be removed in the future."
    "X11/extensions/xf86dga.h", line 10: #warning: "include <X11/extensions/Xxf86dga.h> instead."
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit fba7d03bee848b38a4d6a295244cda4c80605ef2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Oct 31 11:10:03 2010 -0700

    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    Regroup AC statements under the Autoconf initialization section.
    Regroup AM sttaements under the Automake initialization section.
    Add missing AC_CONFIG_SRCDIR
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 07211348999cfbc02da6e89230ae3af89cbb8f07
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Oct 31 11:06:36 2010 -0700

    config: Remove unnecessary calls from configure.ac
    
    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 493b51689a87742f9c57b386d2809075792f4e98
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Oct 31 11:04:26 2010 -0700

    config: update AC_PREREQ statement to 2.60
    
    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.
    
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 89c9806a5d8a470e820c2b1dfa1580df50da4996
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Oct 31 11:04:09 2010 -0700

    config: upgrade to util-macros 1.8 for additional man page support
    
    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.
    
    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    Enables use of platform appropriate version of sed.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list