coreutils/m4/xstrtoimax.m4

10 lines
211 B
Plaintext

#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])
])