summaryrefslogtreecommitdiff
path: root/m4/xstrtoimax.m4
blob: 065912583b62c2cb8d353d38b768bc01367d0a0a (plain)
1
2
3
4
5
6
7
8
9
#serial 4
dnl Cloned from xstrtoumax.m4.  Keep these files in sync.

AC_DEFUN([gl_XSTRTOIMAX],
[
  dnl Prerequisites of lib/xstrtoimax.c.
  AC_REQUIRE([gl_AC_TYPE_INTMAX_T])
  AC_REQUIRE([gl_PREREQ_XSTRTOL])
])