Use an all-permissive copyright notice, recommended by RMS.
[gnulib.git] / m4 / inttostr.m4
1 # inttostr.m4 serial 3
2 dnl Copyright (C) 2004 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
6
7 AC_DEFUN([gl_INTTOSTR],
8 [
9   gl_PREREQ_INTTOSTR
10   gl_PREREQ_IMAXTOSTR
11   gl_PREREQ_OFFTOSTR
12   gl_PREREQ_UMAXTOSTR
13 ])
14
15 # Prerequisites of lib/inttostr.h.
16 AC_DEFUN([gl_PREREQ_INTTOSTR], [
17   AC_REQUIRE([gl_AC_TYPE_INTMAX_T])
18   AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])
19   AC_REQUIRE([AC_TYPE_OFF_T])
20   :
21 ])
22
23 # Prerequisites of lib/imaxtostr.c.
24 AC_DEFUN([gl_PREREQ_IMAXTOSTR], [:])
25
26 # Prerequisites of lib/offtostr.c.
27 AC_DEFUN([gl_PREREQ_OFFTOSTR], [:])
28
29 # Prerequisites of lib/umaxtostr.c.
30 AC_DEFUN([gl_PREREQ_UMAXTOSTR], [:])