modfl-ieee: Fix test failures.
[gnulib.git] / modules / modfl
1 Description:
2 modfl() function: get signed integer and fractional parts.
3
4 Files:
5 lib/modfl.c
6 m4/modfl.m4
7 m4/mathfunc.m4
8
9 Depends-on:
10 math
11 modf            [test $HAVE_MODFL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
12 isfinite        [test $HAVE_MODFL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
13 truncl          [test $HAVE_MODFL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14 isinf           [test $HAVE_MODFL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15
16 configure.ac:
17 gl_FUNC_MODFL
18 if test $HAVE_MODFL = 0; then
19   AC_LIBOBJ([modfl])
20 fi
21 gl_MATH_MODULE_INDICATOR([modfl])
22
23 Makefile.am:
24
25 Include:
26 <math.h>
27
28 Link:
29 $(MODFL_LIBM)
30
31 License:
32 LGPL
33
34 Maintainer:
35 Bruno Haible