annotate m4/floorf-ieee.m4 @ 18070:d460ec17f09f

autoupdate
author Karl Berry <karl@freefriends.org>
date Tue, 28 Jul 2015 13:57:32 -0700
parents ab58d4870664
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13977
dcd86f222143 New module 'floorf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 # floorf-ieee.m4 serial 1
17848
ab58d4870664 version-etc: new year
Paul Eggert <eggert@cs.ucla.edu>
parents: 17587
diff changeset
2 dnl Copyright (C) 2010-2015 Free Software Foundation, Inc.
13977
dcd86f222143 New module 'floorf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 dnl This file is free software; the Free Software Foundation
dcd86f222143 New module 'floorf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 dnl gives unlimited permission to copy and/or distribute it,
dcd86f222143 New module 'floorf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 dnl with or without modifications, as long as this notice is preserved.
dcd86f222143 New module 'floorf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
dcd86f222143 New module 'floorf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 dnl This macro is in a separate file (not in floorf.m4 and not inlined in the
dcd86f222143 New module 'floorf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 dnl module description), so that gl_FUNC_FLOORF can test whether 'aclocal' has
dcd86f222143 New module 'floorf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 dnl found uses of this macro.
dcd86f222143 New module 'floorf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
dcd86f222143 New module 'floorf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 AC_DEFUN([gl_FUNC_FLOORF_IEEE],
dcd86f222143 New module 'floorf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 [
dcd86f222143 New module 'floorf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 m4_divert_text([INIT_PREPARE], [gl_floorf_required=ieee])
dcd86f222143 New module 'floorf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 AC_REQUIRE([gl_FUNC_FLOORF])
dcd86f222143 New module 'floorf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 ])