isnanf*: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / modules / isnanf
1 Description:
2 isnanf() function: test for NaN.
3
4 Files:
5 lib/isnanf.c
6 lib/isnan.c
7 lib/float+.h
8 m4/exponentf.m4
9 m4/isnanf.m4
10
11 Depends-on:
12 math
13 fpieee
14 memcmp
15
16 configure.ac:
17 gl_FUNC_ISNANF
18 if test $HAVE_ISNANF = 0; then
19   AC_LIBOBJ([isnanf])
20   gl_PREREQ_ISNANF
21 fi
22 gl_MATH_MODULE_INDICATOR([isnanf])
23
24 Makefile.am:
25
26 Include:
27 <math.h>
28
29 Link:
30 $(ISNANF_LIBM)
31
32 License:
33 LGPL
34
35 Maintainer:
36 Bruno Haible
37