]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Revise documentation of AC_PROG_CC and comments on conformance checks.
authorZack Weinberg <zackw@panix.com>
Mon, 7 Dec 2020 16:53:06 +0000 (11:53 -0500)
committerZack Weinberg <zackw@panix.com>
Mon, 7 Dec 2020 16:53:06 +0000 (11:53 -0500)
commit6cf0eff684320d447a91d624f50192cdf3e9a2c1
tree888c4a77cf1989bd285c13b3902b298df2e3a9a3
parentd132ea0278f574fbb3c8d433ea094e36ece73ba1
Revise documentation of AC_PROG_CC and comments on conformance checks.

Makes the documentation of AC_PROG_CC consistent with the
documentation of AC_PROG_CXX.  Also removes a bunch of redundant text
from c.m4 and adds lists of the headers that *can* be used in the
conformance tests, so future hackers don’t have to look them up.

* doc/autoconf.texi (AC_PROG_CC): Make description consistent with
  description of AC_PROG_CXX.
* lib/autoconf/c.m4: Clean up some outdated or repetitive commentary
  and add lists of the freestanding headers above the code that needs
  to avoid using non-freestanding headers.
doc/autoconf.texi
lib/autoconf/c.m4