summaryrefslogtreecommitdiff
path: root/app/xmore/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2024-04-28 12:38:50 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2024-04-28 12:38:50 +0000
commitfe97ebe9c8e8c136117c29e7845bd6dffd31d25d (patch)
treea2019ae5b670d4a427c97c519224cbab49b590bc /app/xmore/configure.ac
parentba67d40f7cabf037b2734b2edd768950045ba4c9 (diff)
Update to xmore 1.0.4
Diffstat (limited to 'app/xmore/configure.ac')
-rw-r--r--app/xmore/configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/xmore/configure.ac b/app/xmore/configure.ac
index 003aceb2c..9e4e44524 100644
--- a/app/xmore/configure.ac
+++ b/app/xmore/configure.ac
@@ -23,10 +23,10 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.60])
AC_INIT([xmore],
- [1.0.3],
- [https://gitlab.freedesktop.org/xorg/app/xmore/issues],
+ [1.0.4],
+ [https://gitlab.freedesktop.org/xorg/app/xmore/-/issues],
[xmore])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+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],
@@ -38,7 +38,7 @@ AC_CONFIG_HEADERS([config.h])
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XMORE, xaw7)
+PKG_CHECK_MODULES(XMORE, [xaw7 xproto >= 7.0.25])
PKG_CHECK_MODULES(APPDEFS, xt)
xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt`