sync with OpenBSD -current

This commit is contained in:
purplerain 2024-07-12 14:44:09 +02:00
parent 2d1e52c274
commit b5b25afdb8
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
657 changed files with 21464 additions and 54675 deletions

View file

@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure.
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([appres], [1.0.6],
AC_INIT([appres], [1.0.7],
[https://gitlab.freedesktop.org/xorg/app/appres/issues], [appres])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
@ -40,6 +40,9 @@ XORG_DEFAULT_OPTIONS
# Checks for pkg-config packages
PKG_CHECK_MODULES(APPRES, [x11 xt xproto >= 7.0.17])
# Substitute config variables in man pages
AC_CONFIG_FILES([man/appres.1:man/appres.man])
AC_CONFIG_FILES([
Makefile
man/Makefile])