xgc: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Jul 1 18:10:00 PDT 2010


 Makefile.am  |   20 +-------------------
 configure.ac |    6 +++---
 xgc.h        |    5 -----
 3 files changed, 4 insertions(+), 27 deletions(-)

New commits:
commit 79eee2354907010045d64c05b3a008cffda2c952
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Jul 1 18:07:39 2010 -0700

    Call snprintf directly, instead of via XmuSnprintf
    
    We could add an autoconf check to fix the old #ifdef HAS_SNPRINTF test
    here, but all platforms we support today have a native snprintf anyway.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2dd98f64c53a6353716982d2e69c3c493a6b9f78
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jun 30 23:25:03 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
    The existing statement can now be removed from the configuration file.
    
    Use XORG_DEFAULT_OPTIONS provided $(SED)
    Use platform appropriate version of sed.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list