xf86-input-acecad: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Thu Apr 15 07:11:13 PDT 2010


 configure.ac    |   70 +++++++++++++++++++++++++++-----------------------------
 src/Makefile.am |    5 ----
 src/acecad.c    |   25 +++++++++++---------
 src/acecad.h    |    2 -
 4 files changed, 49 insertions(+), 53 deletions(-)

New commits:
commit e9770dfe4e54993c2c53922fe9b37976e4e147cd
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Apr 12 16:42:08 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.
    
    Acked-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 35fd1d69c7377d26eae631033b93bccd1b7fd1d7
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sat Apr 10 22:13:17 2010 -0400

    config: fix warnings and layout
    
    Minor upgrades. Layout and comment statements.
    Remove AC_PROG_CC as it overrides AC_PROG_C_C99 from
    XORG_STRICT_OPTION.
    
    Acked-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 47dc3a9b851de8dd4b915ca8da43e7c744ee1730
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Apr 15 08:41:27 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 9071703d43771a57bab00e33238fd0f99e9ce302
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sat Apr 10 20:41:06 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
    
    Acked-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 0b601a14627538877ee89492e4b884da8152ff4c
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sat Apr 10 19:46:47 2010 -0400

    config: simplify configuration regarding sysfs headers and library.
    
    Replace deprecated AC_HEADER_CHECK with AC_CHECK_HEADERS
    AC_CHECK_LIB ensures sysfs library is present and adds -lsysfs
    AC_CHECK_HEADERS verifies sysfs and linux input headers are present
    
    Acked-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 64a899b00564fd16250068da1eab1e3dacdd3477
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Apr 12 09:13:39 2010 -0400

    config: add conditional inclusion of config.h
    
    Acked-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit d0a76a2343f8e3c07db3de7874fc8c2f38f98f09
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Fri Apr 9 14:12:28 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.
    
    Acked-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list