libXpm: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Sun Oct 17 09:37:29 PDT 2010


 configure.ac     |   56 +++++++++++++++++++++++++------------------------------
 cxpm/Makefile.am |   20 +------------------
 sxpm/Makefile.am |   20 +------------------
 3 files changed, 30 insertions(+), 66 deletions(-)

New commits:
commit 78bca7e85b930593fefe85cc51b5e24f98de31d0
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Oct 14 21:56:21 2010 -0400

    config: fix warnings, m4 quoting and layout
    
    Fix some m4 quoting
    Fix some autoconf warnings
    Regroup statements per section
    Add comments
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 8e47c819490331c01959332e067f06a382d9a14a
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Oct 14 20:35:47 2010 -0400

    config: AC_OUTPUT with parms is deprecated, use AC_CONFIG_FILES
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit c6915d034fa3f72a9724816d2e3f5e8432ef9321
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Oct 14 20:33:40 2010 -0400

    config: AC_HELP_STRING is deprecated, use AS_HELP_STRING
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit e2fdf80a7f9feedacf67e46a8e577b2e6d415a5f
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Oct 14 20:29:42 2010 -0400

    config: remove unrequired AC_SUBST(XPM_CFLAGS)
    
    This macro is called by PKG_CHECK_MODULES
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 937d8c8cf82bd57e82152af3768bdbfc5de4316a
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Oct 14 20:28:43 2010 -0400

    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
    
    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
    AC_PROG_C_C99. This sets gcc with -std=gnu99.
    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 0ed9cb4546d0c65f08a9511736400c0f7fba982f
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Oct 14 20:28:08 2010 -0400

    config: remove unrequired AC_HEADER_STDC
    
    Autoconf says:
    "This macro is obsolescent, as current systems have conforming
    header files. New programs need not use this macro".
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit e99bce47294eab031fc733d695e3c9589b52aff8
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Oct 14 20:25:00 2010 -0400

    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    Regroup AC statements at the top.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 0b5e15c685d295262bf2307d65bee3a0b28e74f5
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Oct 14 20:15:08 2010 -0400

    sxpm: use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.
    
    Use the appropriate platform version of sed
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 262bb7e9426150f6c7b553d184c51d3884d04adf
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Oct 14 20:11:43 2010 -0400

    cxpm: use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit acd4856aac05a884376736196154842959803aa6
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Oct 14 20:03:13 2010 -0400

    config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
    
    It depends on util-macros 1.8
    The LT_AC_PROG_SED macro was never released by libtool.
    Neither man makefile actually used $SED anyway.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit d1bd1fbc6d7f7b4817aca4fecd8ccfe80a1c2f03
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Oct 14 20:02:30 2010 -0400

    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.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list