From: Jim Meyering Date: Wed, 6 Dec 2000 10:52:28 +0000 (+0000) Subject: Check for declarations of strtoul and strtoull. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc27b89aa73cc3fd94a629dab247cb3368ed1703;p=pspp Check for declarations of strtoul and strtoull. --- diff --git a/m4/xstrtoumax.m4 b/m4/xstrtoumax.m4 index 1befbdd8df..2797276239 100644 --- a/m4/xstrtoumax.m4 +++ b/m4/xstrtoumax.m4 @@ -7,6 +7,7 @@ AC_DEFUN(jm_AC_PREREQ_XSTRTOUMAX, AC_REQUIRE([jm_AC_TYPE_UINTMAX_T]) AC_REQUIRE([jm_AC_HEADER_INTTYPES_H]) AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG]) + AC_CHECK_DECLS([strtoul, strtoull]) AC_CHECK_HEADERS(stdlib.h) AC_CACHE_CHECK([whether defines strtoumax as a macro],