summaryrefslogtreecommitdiff
path: root/app/xrefresh/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2022-07-15 13:05:15 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2022-07-15 13:05:15 +0000
commit10d0671d1a67636b3d154b3d681370895cbacda0 (patch)
treed70a56e69d5de8bbc04f9d3430a89b547dc2c302 /app/xrefresh/configure.ac
parented703a058918141027a2d03ed2c560f3fd07356a (diff)
Update xrefresh to version 1.0.7
Diffstat (limited to 'app/xrefresh/configure.ac')
-rw-r--r--app/xrefresh/configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/xrefresh/configure.ac b/app/xrefresh/configure.ac
index 5ef3bafd4..f9d893708 100644
--- a/app/xrefresh/configure.ac
+++ b/app/xrefresh/configure.ac
@@ -23,15 +23,14 @@ dnl Process this file with autoconf to create configure.
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([xrefresh], [1.0.6],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xrefresh])
+AC_INIT([xrefresh], [1.0.7],
+ [https://gitlab.freedesktop.org/xorg/app/xrefresh/issues], [xrefresh])
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],