X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=m4%2Fxstrtoumax.m4;h=9ab71ec6dd4b26268bc8bab9faf2b2860f0ad172;hb=1ffb4377a444fb7150030acfe843bc20cfba5d5a;hp=d1ece9b5df4ed41722c60070958ae078929f9faa;hpb=9957263ec462ed926d9d751fc549cd4ddffe3335;p=chaz%2Ftar diff --git a/m4/xstrtoumax.m4 b/m4/xstrtoumax.m4 index d1ece9b..9ab71ec 100644 --- a/m4/xstrtoumax.m4 +++ b/m4/xstrtoumax.m4 @@ -1,4 +1,4 @@ -#serial 3 +#serial 4 # autoconf tests required for use of xstrtoumax.c @@ -8,7 +8,7 @@ AC_DEFUN([jm_AC_PREREQ_XSTRTOUMAX], AC_REQUIRE([jm_AC_TYPE_UINTMAX_T]) AC_REQUIRE([jm_AC_TYPE_LONG_LONG]) AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG]) - AC_CHECK_DECLS([strtoul, strtoull, strtoumax]) + AC_CHECK_DECLS([strtol, strtoul, strtoull, strtoimax, strtoumax]) AC_CHECK_HEADERS(limits.h stdlib.h inttypes.h) AC_CACHE_CHECK([whether defines strtoumax as a macro],