mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 10:51:48 +02:00
10 lines
212 B
Plaintext
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])
|
|
])
|