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