gnulib-tool.py: Make --megatest behaviour more similar to shell impl.
[gnulib.git] / modules / isnanf-nolibm
blobfce10d96807c621a06e3bb1b39733dd88ce31f23
1 Description:
2 isnanf() function: test for NaN, without requiring libm.
4 Files:
5 lib/isnanf-nolibm.h
6 lib/isnanf.c
7 lib/isnan.c
8 lib/float+.h
9 m4/exponentf.m4
10 m4/isnanf.m4
12 Depends-on:
13 fpieee
14 memcmp
16 configure.ac:
17 gl_FUNC_ISNANF_NO_LIBM
18 if test $gl_func_isnanf_no_libm != yes; then
19   AC_LIBOBJ([isnanf])
20   gl_PREREQ_ISNANF
23 Makefile.am:
25 Include:
26 "isnanf-nolibm.h"
28 License:
29 LGPLv2+
31 Maintainer:
32 all