posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / log
blobe701284e85f47dd09a25b9526c8fd35ae8dacea4
1 Description:
2 log() function: natural logarithmic function.
4 Files:
5 lib/log.c
6 m4/log.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
12 configure.ac:
13 AC_REQUIRE([gl_FUNC_LOG])
14 if test $REPLACE_LOG = 1; then
15   AC_LIBOBJ([log])
17 gl_MATH_MODULE_INDICATOR([log])
19 Makefile.am:
21 Include:
22 <math.h>
24 Link:
25 $(LOG_LIBM)
27 License:
28 LGPL
30 Maintainer:
31 all