1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2026-01-04 09:01:06 +01:00

47785: remove deprecated autoconf functions

STDC_HEADERS and TIME_WITH_SYS_TIME are deprecated.
This commit is contained in:
Felipe Contreras 2020-12-30 23:41:30 -06:00 committed by Oliver Kiddle
parent 62e86515e7
commit df48cc8404
5 changed files with 12 additions and 40 deletions

View file

@ -28,7 +28,7 @@ dnl
AC_INIT
AC_CONFIG_SRCDIR([Src/zsh.h])
AC_PREREQ([2.69])
AC_CONFIG_HEADER(config.h)
AC_CONFIG_HEADERS([config.h])
dnl What version of zsh are we building ?
. ${srcdir}/Config/version.mk
@ -657,8 +657,6 @@ dnl ------------------
dnl CHECK HEADER FILES
dnl ------------------
AC_HEADER_DIRENT
AC_HEADER_STDC
AC_HEADER_TIME
AC_HEADER_STAT
AC_HEADER_SYS_WAIT