2005-01-23 09:07:57 +00:00
|
|
|
#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
|
|
|
|
2005-01-23 09:07:57 +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.
|
|
|
|
|
|
2004-04-13 15:28:45 +00:00
|
|
|
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.
|
2004-04-13 15:28:45 +00:00
|
|
|
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
|
|
|
])
|