diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-04-28 12:35:49 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-04-28 12:35:49 +0000 |
commit | ba67d40f7cabf037b2734b2edd768950045ba4c9 (patch) | |
tree | fba80211479e902e18453c454cba28c7280e9812 /app/xmessage/configure.ac | |
parent | 1377be65d140856d8ecdd3c334006092036a91cc (diff) |
Update to xmessage 1.0.7
Diffstat (limited to 'app/xmessage/configure.ac')
-rw-r--r-- | app/xmessage/configure.ac | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/xmessage/configure.ac b/app/xmessage/configure.ac index f6f2905b7..c7e7e7dbe 100644 --- a/app/xmessage/configure.ac +++ b/app/xmessage/configure.ac @@ -23,8 +23,8 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT(xmessage, [1.0.6], - [https://gitlab.freedesktop.org/xorg/app/xmessage/issues], xmessage) +AC_INIT([xmessage], [1.0.7], + [https://gitlab.freedesktop.org/xorg/app/xmessage/-/issues], [xmessage]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) @@ -37,6 +37,9 @@ m4_ifndef([XORG_MACROS_VERSION], XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS +# Checks for typedefs, structures, and compiler characteristics. +AC_SYS_LARGEFILE + # Checks for pkg-config packages PKG_CHECK_MODULES(XMESSAGE, xaw7) |