log1pf-ieee: Work around test failure on AIX 5.1 and HP-UX 11.
[gnulib.git] / modules / log1pf-ieee
1 Description:
2 log1pf() function according to ISO C 99 with IEC 60559.
3
4 Files:
5
6 Depends-on:
7 log1pf
8 fpieee
9 log1p-ieee      [test $HAVE_LOG1PF = 0 || test $REPLACE_LOG1PF = 1]
10
11 configure.ac:
12 AC_REQUIRE([gl_FUNC_LOG1PF])
13
14 Makefile.am:
15
16 Include:
17 <math.h>
18
19 Link:
20 $(LOG1PF_LIBM)
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible