diff options
Diffstat (limited to 'app/xrdb/configure.ac')
-rw-r--r-- | app/xrdb/configure.ac | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/xrdb/configure.ac b/app/xrdb/configure.ac index 6d5382f11..57909a1f2 100644 --- a/app/xrdb/configure.ac +++ b/app/xrdb/configure.ac @@ -21,16 +21,15 @@ dnl dnl Process this file with autoconf to create configure. # Initialize Autoconf -AC_PREREQ([2.60]) -AC_INIT([xrdb], [1.2.1], +AC_PREREQ([2.70]) +AC_INIT([xrdb], [1.2.2], [https://gitlab.freedesktop.org/xorg/app/xrdb/issues], [xrdb]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_USE_SYSTEM_EXTENSIONS # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AM_MAINTAINER_MODE +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], |