libXp: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Jan 12 00:09:11 PST 2011


 INSTALL         |    8 --------
 configure.ac    |   42 ++++++++++++++++++++----------------------
 man/Makefile.am |   11 ++---------
 src/Makefile.am |    2 +-
 4 files changed, 23 insertions(+), 40 deletions(-)

New commits:
commit a3ec6397c598ebb9eb61c138efb48be18fc3191c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jan 12 00:06:53 2011 -0800

    Remove old INSTALL file stub so we use the one from xorg-macros
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 17fcf8be65ae6a300782f6a0758a4cb1061856bf
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jan 12 00:03:04 2011 -0800

    This is not a GNU project, so declare it foreign
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 7937866efbf022a37da40ab92eabb6ebc5a36554
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jan 11 23:16:54 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>

commit 5240bd2ec1bef2592de75dc6aabdfcc0d3402ec0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jan 11 23:14:33 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
    Replace deprecated arguments to AC_OUTPUT with AC_CONFIG_FILES
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 5d0f927ae0c580a6c4c3f119576753dc7b547966
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jan 11 23:11:57 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
    The existing statement can now be removed from the configuration file.
    
    Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
    Enables silent rule and use platform appropriate version of sed.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b14dc70f4d7d538071b725e3fd453dbfe2b9e0d4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jan 11 23:09:14 2011 -0800

    config: Update to XORG_DEFAULT_OPTIONS from xorg-macros 1.3
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit c6db604b4cb0f3a5f596d78826ac8a95fb0bcc3f
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Jan 11 23:05:27 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>



More information about the xorg-commit mailing list