autoconf/lib
Paul Eggert fb82e1a122 * doc/autoconf.texi (Generic Types): Document the restrictions
on types imposed by AC_CHECK_TYPE, AC_CHECK_TYPES.
(Generic Compiler Characteristics): AC_CHECK_SIZEOF now works
with objects too.  Document the restrictions on its use.
Document the restrictions on AC_CHECK_ALIGNOF's type argument.
* lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW):
For C, just try sizeof (TYPE) and sizeof ((TYPE)); if the former
works but the latter doesn't, then it's a valid type.
This lets people use function types and so forth.
For C++ there doesn't seem to be a simple solution, so leave it alone.
(AC_CHECK_SIZEOF): Allow argument to be a variable.
(AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Don't bother to invoke
AC_CHECK_TYPE; that wasn't documented or necessary.
2007-04-12 00:12:06 +00:00
..
autoconf * doc/autoconf.texi (Generic Types): Document the restrictions 2007-04-12 00:12:06 +00:00
Autom4te * bin/autoconf.as (version): Reword to match GNU Coding 2006-10-16 20:58:44 +00:00
autoscan Regenerate. 2006-11-28 03:34:48 +00:00
autotest * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update 2007-02-24 21:48:24 +00:00
emacs Regenerate. 2006-11-27 21:39:32 +00:00
m4sugar * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test 2006-12-01 18:32:34 +00:00
.cvsignore
autom4te.in
freeze.mk * Makefile.am: Put only a single '#' into the copyright notice, 2006-11-27 21:35:37 +00:00
Makefile.am * Makefile.am: Put only a single '#' into the copyright notice, 2006-11-27 21:35:37 +00:00
Makefile.in Regenerate. 2006-11-27 21:39:32 +00:00