xclipboard: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sun Nov 7 23:56:55 PST 2010


 Makefile.am             |   20 +-------------------
 app-defaults/XClipboard |    1 -
 configure.ac            |   23 ++++++++++-------------
 xclipboard.c            |    9 +++++----
 xclipboard.man          |    2 --
 xcutsel.c               |    9 +++++----
 xcutsel.man             |    2 --
 7 files changed, 21 insertions(+), 45 deletions(-)

New commits:
commit de80ed3de8490eabcba3618f10c18b2d646e1669
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 7 23:55:47 2010 -0800

    include "config.h" in *.c files for autoconf definitions
    
    Actually enables the #ifdef XKB code that commit f16c6dd23a
    attempted to enable
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 254b55b9a7ec350c3b2f857217ef93ffced3b91d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 7 23:50:49 2010 -0800

    Purge CVS version tags
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 0272c10c35be588a76c27253ba1c94750b89cf61
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 7 23:47:47 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 163f783b9bef4348d8488b6b927c67406c8a40b6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 7 23:46:00 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 d043044ab9949b6e15479ede69023f78f00081ee
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 7 23:45:13 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 4aa31642993ed592a22214791e06516d3316b226
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Nov 7 23:43:21 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