* regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
[gnulib.git] / m4 / xstrtoimax.m4
1 #serial 5
2 dnl Cloned from xstrtoumax.m4.  Keep these files in sync.
3
4 dnl Copyright (C) 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_XSTRTOIMAX],
10 [
11   dnl Prerequisites of lib/xstrtoimax.c.
12   AC_REQUIRE([gl_AC_TYPE_INTMAX_T])
13   AC_REQUIRE([gl_PREREQ_XSTRTOL])
14 ])