xeyes: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Mon Nov 8 23:39:45 PST 2010


 Makefile.am  |   24 +++---------------------
 configure.ac |   26 +++++++++++---------------
 2 files changed, 14 insertions(+), 36 deletions(-)

New commits:
commit 906c634e85111deac379f0a8e664c933d31c97d8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Nov 8 23:35:55 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 b24dce8f95cbed1a91a989a783eb1fdd36335bf1
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Nov 8 23:34:03 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 34ea83ac16ce3bc55aedd9d8e73e3d4a04bafdcc
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Nov 8 23:31:22 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 a10b0c4b0445a2b4e12916ee0498db533fde86fd
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Nov 8 23:30:16 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