diff options
Diffstat (limited to 'app/xwd/configure.ac')
-rw-r--r-- | app/xwd/configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/xwd/configure.ac b/app/xwd/configure.ac index f0f79cfd5..816dda82e 100644 --- a/app/xwd/configure.ac +++ b/app/xwd/configure.ac @@ -23,14 +23,13 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xwd], [1.0.8], +AC_INIT([xwd], [1.0.9], [https://gitlab.freedesktop.org/xorg/app/xwd/issues], [xwd]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # 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], |