diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-08-06 11:15:38 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-08-06 11:15:38 +0000 |
commit | 37c375b7606db40659bf9974742a86213c408aa4 (patch) | |
tree | 94c40791a5ad2e5f9e8113c3a13e2b8cb7fcb36f /app/xinput/configure.ac | |
parent | ab460ad946f41ea67dea5672c4dc2ac74875d57d (diff) |
Update to xinput 1.6.2
Diffstat (limited to 'app/xinput/configure.ac')
-rw-r--r-- | app/xinput/configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/xinput/configure.ac b/app/xinput/configure.ac index c49583eaa..c90e4cb01 100644 --- a/app/xinput/configure.ac +++ b/app/xinput/configure.ac @@ -22,14 +22,13 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xinput], [1.6.1], +AC_INIT([xinput], [1.6.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xinput]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AM_MAINTAINER_MODE # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], @@ -54,6 +53,7 @@ PKG_CHECK_MODULES(XI21, [xi >= 1.4.99.1] [inputproto >= 2.0.99.1], PKG_CHECK_MODULES(XI22, [xi >= 1.5.99.1] [inputproto >= 2.1.99.1], AC_DEFINE(HAVE_XI22, 1, [XI2.2 available])); -AC_OUTPUT([Makefile +AC_CONFIG_FILES([Makefile src/Makefile man/Makefile]) +AC_OUTPUT |