diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-01-25 11:32:23 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-01-25 11:32:23 +0000 |
commit | ec460b4e2336973027fb69d20fa727d405a931ae (patch) | |
tree | b2dc77b0633e98cd5f2509624d11d12526d17031 /app/sessreg/configure.ac | |
parent | e90eb0ab3199d3034f56c179429f6d7286f62189 (diff) |
Update to sessreg 1.1.0
Diffstat (limited to 'app/sessreg/configure.ac')
-rw-r--r-- | app/sessreg/configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/sessreg/configure.ac b/app/sessreg/configure.ac index e11237792..c9ebac86a 100644 --- a/app/sessreg/configure.ac +++ b/app/sessreg/configure.ac @@ -22,7 +22,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([sessreg], [1.0.8], +AC_INIT([sessreg], [1.1.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [sessreg]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) @@ -31,7 +31,6 @@ AC_SYS_LARGEFILE # 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], @@ -68,7 +67,7 @@ AC_CHECK_TYPES([ AC_CHECK_FUNCS([pututline updwtmpx utmpxname]) # Obtain compiler/linker options for depedencies -PKG_CHECK_MODULES(SESSREG, xproto) +PKG_CHECK_MODULES(SESSREG, [xproto >= 7.0.25]) AC_CONFIG_FILES([ Makefile |