chiark / gitweb /
configure.ac: Drop AC_STDC_HEADERS
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 6 Dec 2019 13:37:23 +0000 (13:37 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 30 Dec 2019 13:15:49 +0000 (13:15 +0000)
commitd58fa29bea29e942ea5bdf47a596a4e920494897
treeaeb621500b74ab84183483ec05370306fb4f3565
parent79876cc16592ddd80bd1745a591c11a88ad42b44
configure.ac: Drop AC_STDC_HEADERS

This is obsolete, as the docs say:

 AC_STDC_HEADERS
     Replaced by 'AC_HEADER_STDC'

 AC_HEADER_STDC
     This macro is obsolescent, as current systems have conforming
     header files.  New programs need not use this macro.

Unfortunately dropping it is not properly effective because it's
implied by some other stuff.  We are going to deal with that in a
moment.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
configure
configure.ac