xf86-input-vmmouse: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Tue Sep 24 13:12:47 PDT 2013


 configure.ac      |   24 +++++++++++++++---------
 tools/Makefile.am |    2 +-
 2 files changed, 16 insertions(+), 10 deletions(-)

New commits:
commit eb23b149c176d1c735b4c658b33ce6686e47618b
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Sep 22 18:09:27 2013 -0400

    "make dist" fails when workstation has no udev package
    
    Unable to create a tar file for the vmmouse package or run distcheck for that
    matter. In tools, when the dev package is not installed, the makefile code
    under HAS_UDEV_RULES_DIR is commented out. That leaves $(udev_DATA) empty
    which causes EXTRA_DIST to be missing a file.
    
    The solution is to spell out the file name. The name can never change as the
    content of the tarball must be the same for everyone creating a tar file from
    git, regardless of their workstation configuration.
    
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 60a6e4ec6068f7b3f237ca0a044cd31d3bcf1aeb
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Sep 22 17:07:14 2013 -0400

    Autoconf: Fix deprecated use of AC_OUTPUT
    
    Use AC_CONFIG_FILES (once or more) and then AC_OUTPUT.
    
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 64df5e5fdef9c34bad4edf90ee5f489a5c519405
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Sep 22 16:58:27 2013 -0400

    Autoconf: minimum level required is 2.60
    
    The minimum for all X.Org modules.
    
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit c37d1dcf76eb9c9df7c69fe6d4d082350553a1a0
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Sep 22 16:55:42 2013 -0400

    Autoconf: replace deprecated AC_HELP_STRING with AS_HELP_STRING
    
    Just a macro name change.
    
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit d695372a7f8c54c0297c4dbd3513175417eade40
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Sep 22 16:50:58 2013 -0400

    Autoconf: remove AC_PROG_CC which overrides AC_PROG_CC_C99 from util-macros
    
    All other X.Org modules and mainly the server are using C99 compiler.
    Currently the compiler gets initialized twice, once to C99 from
    util-macros and once to C89 from configure.ac.
    
    Reviewed-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