xrdb: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Tue Nov 9 16:27:39 PST 2010


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

New commits:
commit 3a1f0f784bfd537096d4d37a77b7be7904bb88aa
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Nov 9 16:26:45 2010 -0800

    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 4139da28b7c9bb5bd35933e28a6f0f6e325d921e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Nov 9 16:25:38 2010 -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>

commit a6ca7c4c8b330bfd8a1a225afe826d7dbfa820fb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Nov 9 16:24:37 2010 -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 0720655ecd3c8f3bc8c8bcb97863c02d73cae674
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Nov 9 16:24:08 2010 -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>



More information about the xorg-commit mailing list