posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / log1pf
blobfaffccfe15e14afcd4300326c27ed40cf5f9e69a
1 Description:
2 log1pf() function: natural logarithm of 1 plus argument.
4 Files:
5 lib/log1pf.c
6 m4/log1pf.m4
8 Depends-on:
9 math
10 extensions
11 log1p           [test $HAVE_LOG1PF = 0 || test $REPLACE_LOG1PF = 1]
13 configure.ac:
14 gl_FUNC_LOG1PF
15 if test $HAVE_LOG1PF = 0 || test $REPLACE_LOG1PF = 1; then
16   AC_LIBOBJ([log1pf])
18 gl_MATH_MODULE_INDICATOR([log1pf])
20 Makefile.am:
22 Include:
23 <math.h>
25 Link:
26 $(LOG1PF_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 all