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>
Sat, 7 Dec 2019 17:08:50 +0000 (17:08 +0000)
commit69661219eb46420e1812ab0db0d8a81c581065e9
tree43bb8fe5eea5fc96a38ddfabcbbe2c298bb95f9e
parentbba9025ee91d6788dcced0b9597dd2c8aeda0de7
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