xkbprint: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Jan 5 17:10:23 PST 2011


 Makefile.am  |   20 +-------------------
 configure.ac |   22 +++++++++++-----------
 2 files changed, 12 insertions(+), 30 deletions(-)

New commits:
commit c6cb1b17600e2c2937751a712c7eadd411eb6da9
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jan 5 17:03:30 2011 -0800

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

commit 5d321bc363ce5ef67a1297e24ed184a28eed4e9d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jan 5 17:00:42 2011 -0800

    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>

commit 16c0b77e78ce2ce750b690469850294f5e69ab97
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Jan 5 16:58:47 2011 -0800

    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 6b8537579db562937af77ca5a4b0e19893a7bbee
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jan 5 16:58:25 2011 -0800

    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>



More information about the xorg-commit mailing list