Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
[gnulib.git] / m4 / inttostr.m4
1 # inttostr.m4 serial 2
2 dnl Copyright (C) 2004 Free Software Foundation, Inc.
3 dnl This file is free software, distributed under the terms of the GNU
4 dnl General Public License.  As a special exception to the GNU General
5 dnl Public License, this file may be distributed as part of a program
6 dnl that contains a configuration script generated by Autoconf, under
7 dnl the same distribution terms as the rest of that program.
8
9 AC_DEFUN([gl_INTTOSTR],
10 [
11   gl_PREREQ_INTTOSTR
12   gl_PREREQ_IMAXTOSTR
13   gl_PREREQ_OFFTOSTR
14   gl_PREREQ_UMAXTOSTR
15 ])
16
17 # Prerequisites of lib/inttostr.h.
18 AC_DEFUN([gl_PREREQ_INTTOSTR], [
19   AC_REQUIRE([gl_AC_TYPE_INTMAX_T])
20   AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])
21   AC_REQUIRE([AC_TYPE_OFF_T])
22   :
23 ])
24
25 # Prerequisites of lib/imaxtostr.c.
26 AC_DEFUN([gl_PREREQ_IMAXTOSTR], [:])
27
28 # Prerequisites of lib/offtostr.c.
29 AC_DEFUN([gl_PREREQ_OFFTOSTR], [:])
30
31 # Prerequisites of lib/umaxtostr.c.
32 AC_DEFUN([gl_PREREQ_UMAXTOSTR], [:])