1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00
Files
coreutils/m4/xstrtoumax.m4
T

15 lines
485 B
Plaintext
Raw Normal View History

#serial 7
2003-08-17 17:57:38 +00:00
dnl Cloned from xstrtoimax.m4. Keep these files in sync.
1999-04-19 02:53:36 +00:00
dnl Copyright (C) 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_XSTRTOUMAX],
1999-04-19 02:53:36 +00:00
[
2003-08-17 17:57:38 +00:00
dnl Prerequisites of lib/xstrtoumax.c.
AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])
2003-08-17 17:57:38 +00:00
AC_REQUIRE([gl_PREREQ_XSTRTOL])
1999-04-19 02:53:36 +00:00
])