]> diplodocus.org Git - xorg-xinput/blobdiff - configure.ac
Drop the space before colon in the usage output
[xorg-xinput] / configure.ac
index 7062367c6730a2e459f8530de5b0ac38d58a67c7..05c2a1be77f26a777cf9c354a80ac98c5fb0ff0d 100644 (file)
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([xinput], [1.6.1],
-       [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xinput])
+AC_INIT([xinput], [1.6.3],
+       [https://gitlab.freedesktop.org/xorg/app/xinput/issues], [xinput])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])
 
 # Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
 
 # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
 m4_ifndef([XORG_MACROS_VERSION],