065912583b62c2cb8d353d38b768bc01367d0a0a
[gnulib.git] / m4 / xstrtoimax.m4
1 #serial 4
2 dnl Cloned from xstrtoumax.m4.  Keep these files in sync.
3
4 AC_DEFUN([gl_XSTRTOIMAX],
5 [
6   dnl Prerequisites of lib/xstrtoimax.c.
7   AC_REQUIRE([gl_AC_TYPE_INTMAX_T])
8   AC_REQUIRE([gl_PREREQ_XSTRTOL])
9 ])