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