sync with OpenBSD -current
This commit is contained in:
parent
5d45cd7ee8
commit
155eb8555e
5506 changed files with 1786257 additions and 1416034 deletions
|
@ -21,12 +21,17 @@ dnl
|
|||
dnl Process this file with autoconf to create configure.
|
||||
|
||||
# Initialize Autoconf
|
||||
AC_PREREQ([2.60])
|
||||
AC_INIT([xkbcomp], [1.4.6],
|
||||
AC_PREREQ([2.70])
|
||||
AC_INIT([xkbcomp], [1.4.7],
|
||||
[https://gitlab.freedesktop.org/xorg/app/xkbcomp/-/issues], [xkbcomp])
|
||||
AC_CONFIG_SRCDIR([Makefile.am])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
# Set common system defines for POSIX extensions, such as _GNU_SOURCE
|
||||
# Must be called before any macros that run the compiler (like AC_PROG_LIBTOOL)
|
||||
# to avoid autoconf errors.
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
|
||||
# Initialize Automake
|
||||
AM_INIT_AUTOMAKE([foreign dist-xz])
|
||||
|
||||
|
@ -45,7 +50,7 @@ if test ! -f "$srcdir/xkbparse.c"; then
|
|||
fi
|
||||
fi
|
||||
|
||||
AC_CHECK_FUNCS([strdup strcasecmp])
|
||||
AC_CHECK_FUNCS([asprintf reallocarray recallocarray strdup strcasecmp])
|
||||
|
||||
# Checks for pkg-config packages
|
||||
PKG_CHECK_MODULES(XKBCOMP, [x11 xkbfile xproto >= 7.0.17])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue