<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Fri, 2010-05-28 at 15:28 +1000, Peter Hutterer wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Tue, May 25, 2010 at 02:25:14PM -0400, Gaetan Nadon wrote:
&gt; The following changes since commit 76dd6ffee7257f9ff0aec5a9655de67f6e7973c9:
&gt;   Peter Hutterer (1):
&gt;         Bump to 1.2.99
&gt; 
&gt; are available in the git repository at:
&gt; 
&gt;   ssh://people.freedesktop.org/~gnadon/xf86-input-synaptics master
&gt; 
&gt; 
&gt; Gaetan Nadon (16):
&gt;   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.
</PRE>
</BLOCKQUOTE>
OK.
<BLOCKQUOTE TYPE=CITE>
<PRE>

&gt;   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.
</PRE>
</BLOCKQUOTE>
I can't see any in synaptics. It's evdev that have some. A #define HAVE_PROERTIES 1 was added rather than removing the ifdef.
<BLOCKQUOTE TYPE=CITE>
<PRE>

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

rest looks good, thanks for the work.
</PRE>
</BLOCKQUOTE>
My pleasure, thanks.<BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>

Cheers,
  Peter
&gt; 
&gt;  Makefile.am                 |    2 +-
&gt;  conf/Makefile.am            |    9 +-
&gt;  configure.ac                |  199 +++++++--------
&gt;  man/Makefile.am             |   18 +-
&gt;  man/synclient.man           |  132 ---------
&gt;  man/syndaemon.man           |   78 ------
&gt;  src/Makefile.am             |    2 +-
&gt;  synclient/.gitignore        |    2 +
&gt;  synclient/Makefile.am       |   29 ++
&gt;  synclient/man/Makefile.am   |   53 ++++
&gt;  synclient/man/synclient.man |  132 +++++++++
&gt;  synclient/synclient.c       |  626 +++++++++++++++++++++++++++++++++++++++++++
&gt;  syndaemon/.gitignore        |    2 +
&gt;  syndaemon/Makefile.am       |   29 ++
&gt;  syndaemon/man/Makefile.am   |   53 ++++
&gt;  syndaemon/man/syndaemon.man |   78 ++++++
&gt;  syndaemon/syndaemon.c       |  612 ++++++++++++++++++++++++++++++++++++++++++
&gt;  tools/.gitignore            |    3 -
&gt;  tools/Makefile.am           |   38 ---
&gt;  tools/synclient.c           |  626 -------------------------------------------
&gt;  tools/syndaemon.c           |  612 ------------------------------------------
&gt;  21 files changed, 1716 insertions(+), 1619 deletions(-)
&gt;  delete mode 100644 man/synclient.man
&gt;  delete mode 100644 man/syndaemon.man
&gt;  create mode 100644 synclient/.gitignore
&gt;  create mode 100644 synclient/Makefile.am
&gt;  create mode 100644 synclient/man/Makefile.am
&gt;  create mode 100644 synclient/man/synclient.man
&gt;  create mode 100644 synclient/synclient.c
&gt;  create mode 100644 syndaemon/.gitignore
&gt;  create mode 100644 syndaemon/Makefile.am
&gt;  create mode 100644 syndaemon/man/Makefile.am
&gt;  create mode 100644 syndaemon/man/syndaemon.man
&gt;  create mode 100644 syndaemon/syndaemon.c
&gt;  delete mode 100644 tools/.gitignore
&gt;  delete mode 100644 tools/Makefile.am
&gt;  delete mode 100644 tools/synclient.c
&gt;  delete mode 100644 tools/syndaemon.c
&gt; 
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>