xf86-input-aiptek: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Wed Jun 16 14:21:37 PDT 2010


 configure.ac     |   59 +++++++++++++++++++++++++++----------------------------
 man/Makefile.am  |   20 ------------------
 src/Makefile.am  |    3 --
 src/xf86Aiptek.c |    6 -----
 src/xf86Aiptek.h |    6 ++++-
 5 files changed, 38 insertions(+), 56 deletions(-)

New commits:
commit 209b9147799079981db4abebdbac093dec59d5a5
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu May 27 19:35:46 2010 -0400

    config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
    
    It depends on util-macros 1.8
    The existing statement can now be removed from the configuration file.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 7a08e526ad7ebe2702269d5a0a048f62b1bfbca1
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu May 27 19:34:40 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.
    
    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit e4976108867158f0c90cd1023595f858bea1ea56
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sat Apr 17 18:52:54 2010 -0400

    man: Use Autoconf provided $(AM_V_GEN)$(SED)
    
    Enables silent rule and use platform appropriate version of sed.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 39f1c78b01fb8f2c0450f02c8f5a6329dff6dd04
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Apr 15 10:46:42 2010 -0400

    config: fix warnings, m4 quoting and layout
    
    Fix some m4 quoting
    Fix some autoconf warnings
    Regroup statements per section
    Add comments
    Upgrade X.Org macros to 1.4 for INSTALL file copying
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 43cdbc01fb1f7197134434b7db00705e4e6c8d56
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Apr 15 10:24:16 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 e97e0199a722bdfa30ef0ba070f421e01987ce25
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Apr 15 10:22:35 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 a4da6aa6996c7030b48b39eafbadeed8e512010e
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Apr 15 10:20:43 2010 -0400

    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>

commit c0aa30c9d92617d0febe521780588e095569216a
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Apr 11 14:04:39 2010 -0400

    config: use AC_CHECK_LIB to verify library and add -lm to LIBS
    
    Ensures library is present and contains the desired symbol.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 0d88d9fb6f1200126212dd45cbddc08f3b75ebfb
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Apr 11 10:59:21 2010 -0400

    config: replace hard-coded -DLINUX_INPUT with proper AC_CHECK_HEADERS
    
    Not all platforms have Linux kernel input subsystem.
    Automake AC_CHECK_HEADERS is designed for that purpose.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 2996458c2fc88671ba8626de984b2f082042dc62
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Apr 11 10:21:40 2010 -0400

    config: remove AH_TOP autoheader statement
    
    The generated config.h does not need to include xorg-server.h
    for the content it provides.
    Add #include <xorg-server.h> in .[hc] files as needed.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list