From ac4f985ac9f0b6de9c3c2a17bf7ecefb59feabe4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 19 Apr 1999 02:53:36 +0000 Subject: [PATCH] *** empty log message *** --- m4/xstrtoumax.m4 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 m4/xstrtoumax.m4 diff --git a/m4/xstrtoumax.m4 b/m4/xstrtoumax.m4 new file mode 100644 index 0000000000..ee87c9a9a0 --- /dev/null +++ b/m4/xstrtoumax.m4 @@ -0,0 +1,10 @@ +#serial 1 + +# autoconf tests required for use of xstrtoumax.c + +AC_DEFUN(jm_AC_PREREQ_XSTRTOUMAX, +[ + jm_AC_HEADER_INTTYPES_H + AC_CHECK_HEADERS(stdlib.h) + AC_CHECK_FUNCS(strtoull strtoumax strtouq) +]) -- 2.47.3