posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / isnanl-nolibm
blobe49ad7913e9ce9b29f5172e6934845f743ebd65a
1 Description:
2 isnanl() function: test for NaN, without requiring libm.
4 Files:
5 lib/isnanl-nolibm.h
6 lib/isnanl.c
7 lib/isnan.c
8 lib/float+.h
9 m4/exponentl.m4
10 m4/isnanl.m4
11 m4/math_h.m4
13 Depends-on:
14 float
15 fpieee
16 memcmp
18 configure.ac:
19 gl_FUNC_ISNANL_NO_LIBM
20 if test $gl_func_isnanl_no_libm != yes; then
21   AC_LIBOBJ([isnanl])
22   gl_PREREQ_ISNANL
25 Makefile.am:
27 Include:
28 "isnanl-nolibm.h"
30 License:
31 LGPLv2+
33 Maintainer:
34 all