.
[gnulib.git] / m4 / xstrtoumax.m4
1 #serial 7
2 dnl Cloned from xstrtoimax.m4.  Keep these files in sync.
3
4 dnl Copyright (C) 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
5 dnl This file is free software; the Free Software Foundation
6 dnl gives unlimited permission to copy and/or distribute it,
7 dnl with or without modifications, as long as this notice is preserved.
8
9 AC_DEFUN([gl_XSTRTOUMAX],
10 [
11   dnl Prerequisites of lib/xstrtoumax.c.
12   AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])
13   AC_REQUIRE([gl_PREREQ_XSTRTOL])
14 ])