[PATCH input-synaptics 00/16] Upgrade configuration

Gaetan Nadon memsize at videotron.ca
Tue May 25 11:25:14 PDT 2010


The following changes since commit 76dd6ffee7257f9ff0aec5a9655de67f6e7973c9:
  Peter Hutterer (1):
        Bump to 1.2.99

are available in the git repository at:

  ssh://people.freedesktop.org/~gnadon/xf86-input-synaptics master


Gaetan Nadon (16):
  config: move synclient and syndaemon in their respective dir
  config: remove HAVE_PROPERTIES check as properties are always available
  config: rework the synclient and syndaemon dependencies
  config: regroup macros and variables in the backend checking
  config: update AC_PREREQ statement to 2.60
  config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  config: remove unrequired AC_HEADER_STDC
  config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
  config: Upgrade X.Org macros to 1.4 for INSTALL file copying
  config: fix warnings, m4 quoting and layout
  config: close a loophole where user input means x server has a feature
  config: use automake "dir" pattern for simplification
  config: 50-synaptics.conf must be unconditionally distributed
  man: Use Autoconf provided $(AM_V_GEN)$(SED)
  config: unconditionaly build synclient and syndaemon apps
  config: replace Automake deprecated INCLUDES var with AM_CPPFLAGS

 Makefile.am                 |    2 +-
 conf/Makefile.am            |    9 +-
 configure.ac                |  199 +++++++--------
 man/Makefile.am             |   18 +-
 man/synclient.man           |  132 ---------
 man/syndaemon.man           |   78 ------
 src/Makefile.am             |    2 +-
 synclient/.gitignore        |    2 +
 synclient/Makefile.am       |   29 ++
 synclient/man/Makefile.am   |   53 ++++
 synclient/man/synclient.man |  132 +++++++++
 synclient/synclient.c       |  626 +++++++++++++++++++++++++++++++++++++++++++
 syndaemon/.gitignore        |    2 +
 syndaemon/Makefile.am       |   29 ++
 syndaemon/man/Makefile.am   |   53 ++++
 syndaemon/man/syndaemon.man |   78 ++++++
 syndaemon/syndaemon.c       |  612 ++++++++++++++++++++++++++++++++++++++++++
 tools/.gitignore            |    3 -
 tools/Makefile.am           |   38 ---
 tools/synclient.c           |  626 -------------------------------------------
 tools/syndaemon.c           |  612 ------------------------------------------
 21 files changed, 1716 insertions(+), 1619 deletions(-)
 delete mode 100644 man/synclient.man
 delete mode 100644 man/syndaemon.man
 create mode 100644 synclient/.gitignore
 create mode 100644 synclient/Makefile.am
 create mode 100644 synclient/man/Makefile.am
 create mode 100644 synclient/man/synclient.man
 create mode 100644 synclient/synclient.c
 create mode 100644 syndaemon/.gitignore
 create mode 100644 syndaemon/Makefile.am
 create mode 100644 syndaemon/man/Makefile.am
 create mode 100644 syndaemon/man/syndaemon.man
 create mode 100644 syndaemon/syndaemon.c
 delete mode 100644 tools/.gitignore
 delete mode 100644 tools/Makefile.am
 delete mode 100644 tools/synclient.c
 delete mode 100644 tools/syndaemon.c



More information about the xorg-devel mailing list