sync with OpenBSD -current
This commit is contained in:
parent
2d1e52c274
commit
b5b25afdb8
657 changed files with 21464 additions and 54675 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue