mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-03 14:43:22 +08:00
10 lines
211 B
Plaintext
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])
|
|
])
|