AC_HEADER_STDBOOL. No need to check for limits.h since it's in
freestanding C89. No need to check for stdlib.h or string.h since
autoconf does this now.
-#serial 27
+#serial 28
dnl We use jm_ for non Autoconf macros.
m4_pattern_forbid([^jm_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
])
# If you use human.c, you need the following files:
-# inttypes.m4 ulonglong.m4
+# inttypes.m4 longlong.m4
AC_DEFUN([jm_PREREQ_HUMAN],
[
- AC_CHECK_HEADERS(limits.h stdlib.h string.h)
+ AC_CHECK_HEADERS(locale.h)
AC_CHECK_DECLS([getenv])
+ AC_CHECK_FUNCS(localeconv)
+ AC_HEADER_STDBOOL
AC_REQUIRE([jm_AC_TYPE_UINTMAX_T])
])