[PATCH input-synaptics 00/16] Upgrade configuration
Peter Hutterer
peter.hutterer at who-t.net
Thu May 27 22:28:24 PDT 2010
On Tue, May 25, 2010 at 02:25:14PM -0400, Gaetan Nadon wrote:
> 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
I don't understand why this is necessary. I would understand moving the man
pages into tools/ although that seems overdoing it too.
please leave them in the tools/ directory.
> config: remove HAVE_PROPERTIES check as properties are always available
I'm hesitant to remove server 1.5 support but that's for other, non-logical
reasons. This commit though is incomplete, there is more HAVE_PROPERTIES
stuff in the source code that needs to be removed at the same time.
> 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
rest looks good, thanks for the work.
Cheers,
Peter
>
> 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