blob: 4f41061f1a878a65c0299d69f2879aaa99d22547 (
plain)
1
2
3
4
5
6
7
8
9
|
#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])
])
|