Use a warranty disclaimer in all-permissive license notices, part 2.
[gnulib.git] / m4 / truncf-ieee.m4
blob2dc48f51eb25263c49491c12d3156917d138c889
1 # truncf-ieee.m4
2 # serial 1
3 dnl Copyright (C) 2010-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
7 dnl This file is offered as-is, without any warranty.
9 dnl This macro is in a separate file (not in truncf.m4 and not inlined in the
10 dnl module description), so that gl_FUNC_TRUNCF can test whether 'aclocal' has
11 dnl found uses of this macro.
13 AC_DEFUN([gl_FUNC_TRUNCF_IEEE],
15   m4_divert_text([INIT_PREPARE], [gl_truncf_required=ieee])
16   AC_REQUIRE([gl_FUNC_TRUNCF])