blob: 38b4c561b3f0172c7da26661e28e41de525cc5aa (
plain)
1
2
3
4
5
6
7
8
9
|
#serial 3
dnl Cloned from xstrtoumax.m4. Keep these files in sync.
AC_DEFUN([jm_XSTRTOIMAX],
[
dnl Prerequisites of lib/xstrtoimax.c.
AC_REQUIRE([jm_AC_TYPE_INTMAX_T])
AC_REQUIRE([gl_PREREQ_XSTRTOL])
])
|