1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00
Files
coreutils/m4/xstrtoumax.m4
2003-08-17 17:57:38 +00:00

10 lines
212 B
Plaintext

#serial 5
dnl Cloned from xstrtoimax.m4. Keep these files in sync.
AC_DEFUN([jm_XSTRTOUMAX],
[
dnl Prerequisites of lib/xstrtoumax.c.
AC_REQUIRE([jm_AC_TYPE_UINTMAX_T])
AC_REQUIRE([gl_PREREQ_XSTRTOL])
])