STDLIB|INTTYPES|MEMORY|STRING|UNISTD.
* tests/semantics.at (AC_CHECK_SIZEOF): Don't check the presence
of default headers, as it's machine dependent.
Reported by Jim Meyering and Nicolas Joly.
+2001-01-18 Akim Demaille <akim@epita.fr>
+
+ * tests/atspecific.m4 (AT_CHECK_DEFINES): Discard
+ STDLIB|INTTYPES|MEMORY|STRING|UNISTD.
+ * tests/semantics.at (AC_CHECK_SIZEOF): Don't check the presence
+ of default headers, as it's machine dependent.
+ Reported by Jim Meyering and Nicolas Joly.
+
2001-01-18 Akim Demaille <akim@epita.fr>
* acgeneral.m4: Don't leave macro names in comments.
# but those of automatically checked features (STDC_HEADERS etc.).
# AT_CHECK_HEADER is a better name, but too close from AC_CHECK_HEADER.
m4_define([AT_CHECK_DEFINES],
-[AT_CHECK([[fgrep '#' config.h | grep -v 'STDC_HEADERS']],, [$1])])
+[AT_CHECK([[fgrep '#' config.h |
+ egrep -v 'STDC_HEADERS|STDLIB|INTTYPES|MEMORY|STRING|UNISTD']],, [$1])])
typedef unsigned char ucharchar[2];]])
AC_CHECK_SIZEOF(ucharcharchar)]],
[AT_CHECK_DEFINES(
-[#define HAVE_INTTYPES_H 1
-#define HAVE_MEMORY_H 1
-#define HAVE_STDLIB_H 1
-#define HAVE_STRINGS_H 1
-#define HAVE_STRING_H 1
-#define HAVE_UNISTD_H 1
-#define SIZEOF_CHAR 1
+[#define SIZEOF_CHAR 1
#define SIZEOF_CHARCHAR 2
#define SIZEOF_CHARCHARCHAR 0
#define SIZEOF_UCHARCHAR 2