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

AC_DEFUN([gl_XSTRTOUMAX],
[
  dnl Prerequisites of lib/xstrtoumax.c.
  AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])
  AC_REQUIRE([gl_PREREQ_XSTRTOL])
])