* NEWS: Document recent changes to AC_CHECK_ALIGNOF, AC_CHECK_SIZEOF,
commit4ccb4472188da41253029abe6b70e293dc17aeac
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Apr 2007 07:52:57 +0000 (13 07:52 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Apr 2007 07:52:57 +0000 (13 07:52 +0000)
treed100f1dd146be2338964f9aaaad057aee6aba63e
parentea9f58330b39334a6fc7422a99f19fb54d36d080
* NEWS: Document recent changes to AC_CHECK_ALIGNOF, AC_CHECK_SIZEOF,
AC_CHECK_TYPE, AC_CHECK_TYPES.
* doc/autoconf.texi (Generic types): C types must be type-names
(the C terminology), not type-ids (the C++ term).  C++ types
must not be anonymous.
* lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Remove special case
for C++; this drops support for anonymous struct and union types,
which were problematic anyway.
* tests/semantics.at (AC_CHECK_HEADERS_NEW): Adjust test to work even
for C++.
ChangeLog
NEWS
doc/autoconf.texi
lib/autoconf/types.m4
tests/semantics.at