1
0
Fork 0
mirror of https://github.com/tailix/drivers.git synced 2024-11-20 11:06:32 -05:00

Require Autoconf 2.70

This commit is contained in:
Alex Kotov 2022-12-05 07:40:39 +04:00
parent 3bf16b63e0
commit 29728ae2a6
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -2,7 +2,7 @@
# Specify program versions #
############################
AC_PREREQ([2.68])
AC_PREREQ([2.70])
LT_PREREQ([2.4.6])
@ -72,7 +72,6 @@ AC_LANG([C])
AM_PROG_AR
AM_PROG_AS
AC_PROG_CC
AC_PROG_CC_C99
AC_C_INLINE
AC_CHECK_HEADER_STDBOOL
AC_CHECK_HEADERS([stdarg.h stddef.h stdint.h])