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