]> git.ipfire.org Git - thirdparty/autoconf.git/commit
AC_CHECK_SIZEOF: Fix a bug, use standard default headers, and
authorAkim Demaille <akim@epita.fr>
Mon, 7 Feb 2000 17:28:43 +0000 (17:28 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 7 Feb 2000 17:28:43 +0000 (17:28 +0000)
commitb519547b61ee7965636cd61616df7dec9bc6441f
tree22ef8a2c217010f5cfb66010a75f2526e9cd1845
parentfb4e32afa32e7a49d65150fe34e24a1b8dc652b2
AC_CHECK_SIZEOF: Fix a bug, use standard default headers, and
test.

* acgeneral.m4 (AC_CHECK_SIZEOF): Don't over quote $1, some []
were left in the C code, and had the macro fail.
Use AC_INCLUDES_DEFAULT.
* doc/autoconf.texi: Mention default includes.  Explain stdio.h
must always be given.

* tests/atspecific.m4 (TEST_MACRO): Updated the list of
exceptions.
(AT_CHECK_DEFINES): New macro, to check the content of config.h.
* tests/semantics.m4: All the tests are updated to use
AT_CHECK_DEFINES.
Test AC_CHECK_SIZEOF, AC_CHECK_HEADERS, and AC_CHECK_FUNCS.
ChangeLog
acgeneral.m4
autoconf.texi
doc/autoconf.texi
lib/autoconf/general.m4
tests/semantics.m4
tests/syntax.m4
tests/torture.m4