diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-07-15 13:05:15 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-07-15 13:05:15 +0000 |
commit | 10d0671d1a67636b3d154b3d681370895cbacda0 (patch) | |
tree | d70a56e69d5de8bbc04f9d3430a89b547dc2c302 /app/xrefresh/configure.ac | |
parent | ed703a058918141027a2d03ed2c560f3fd07356a (diff) |
Update xrefresh to version 1.0.7
Diffstat (limited to 'app/xrefresh/configure.ac')
-rw-r--r-- | app/xrefresh/configure.ac | 7 |
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], |