sync with OpenBSD -current
This commit is contained in:
parent
5d45cd7ee8
commit
155eb8555e
5506 changed files with 1786257 additions and 1416034 deletions
|
@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure.
|
|||
|
||||
# Initialize Autoconf
|
||||
AC_PREREQ([2.60])
|
||||
AC_INIT([bitmap], [1.1.0],
|
||||
AC_INIT([bitmap], [1.1.1],
|
||||
[https://gitlab.freedesktop.org/xorg/app/bitmap/issues], [bitmap])
|
||||
AC_CONFIG_SRCDIR([Makefile.am])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
@ -39,6 +39,10 @@ XORG_DEFAULT_OPTIONS
|
|||
|
||||
AM_PROG_CC_C_O
|
||||
|
||||
# Checks for typedefs, structures, and compiler characteristics.
|
||||
AC_SYS_LARGEFILE
|
||||
|
||||
# Checks for library functions.
|
||||
AC_CHECK_FUNCS([mkstemp])
|
||||
|
||||
# Math libraries & functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue