X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=m4%2Fxstrtoumax.m4;h=9ab71ec6dd4b26268bc8bab9faf2b2860f0ad172;hb=c96ba08e0665a1afce8f49d7ae07f24a0bf02608;hp=7ea69a92edd2e01dde4f89fba325bedc85440377;hpb=bdafbd14a48e266972a8f7fd33ed66448b6fb8a3;p=chaz%2Ftar diff --git a/m4/xstrtoumax.m4 b/m4/xstrtoumax.m4 index 7ea69a9..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]) + 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],