summaryrefslogtreecommitdiff
path: root/app/xrandr/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2020-05-16 09:49:45 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2020-05-16 09:49:45 +0000
commit9bc322125e227039bb201905922493d0643265d6 (patch)
treeec2bdf985b4aa1094aa5ff2c949ab5acaf097951 /app/xrandr/configure.ac
parentfa92c10246fc3b4c8290d2c7671085af9a493453 (diff)
Update to xrandr 1.5.1
Diffstat (limited to 'app/xrandr/configure.ac')
-rw-r--r--app/xrandr/configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/xrandr/configure.ac b/app/xrandr/configure.ac
index 9fd434b83..99fcdb88d 100644
--- a/app/xrandr/configure.ac
+++ b/app/xrandr/configure.ac
@@ -22,14 +22,13 @@ dnl Process this file with autoconf to create configure.
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([xrandr], [1.5.0],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xrandr])
+AC_INIT([xrandr], [1.5.1],
+ [https://gitlab.freedesktop.org/xorg/app/xrandr/issues], [xrandr])
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],