xf86-video-cirrus: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Wed Jul 21 10:46:51 PDT 2010


 configure.ac    |   18 +++++++-----------
 man/Makefile.am |   22 ++++------------------
 2 files changed, 11 insertions(+), 29 deletions(-)

New commits:
commit eab829dcd71757dc67115b3abce7a5e19f3b6344
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Jul 21 09:27:42 2010 -0400

    config: complete AC_INIT m4 quoting
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit edf97d9e61b3d2fcdf55dbe17750440f9a7e9e2c
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Jul 20 21:44:57 2010 -0400

    config: remove unrequired AC_SUBST([XORG_CFLAGS])
    
    This macro is called by PKG_CHECK_MODULES
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 78c1ea02b3e219e466b83ef00eec54f307c2ec68
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Jul 20 20:24:42 2010 -0400

    config: remove unrequired AC_HEADER_STDC
    
    Autoconf says:
    "This macro is obsolescent, as current systems have conforming
    header files. New programs need not use this macro".
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit fed5c9e4c8d0b5b4c706f67ccba5556cb4b0b1bd
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Jul 20 19:41:30 2010 -0400

    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
    
    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
    AC_PROG_C_C99. This sets gcc with -std=gnu99.
    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 4b18662b6f90e78914f4bac9e5ae682d9bd1dbd5
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Jul 20 18:45:18 2010 -0400

    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>

commit d0e8c28f0bbc56573a8260c3ee077eb61813ca0e
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Jul 20 16:15:29 2010 -0400

    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.



More information about the xorg-commit mailing list