gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / log10
1 Description:
2 log10() function: base 10 logarithmic function.
3
4 Files:
5 lib/log10.c
6 m4/log10.m4
7 m4/mathfunc.m4
8
9 Depends-on:
10 math
11
12 configure.ac:
13 gl_FUNC_LOG10
14 if test $REPLACE_LOG10 = 1; then
15   AC_LIBOBJ([log10])
16 fi
17 gl_MATH_MODULE_INDICATOR([log10])
18
19 Makefile.am:
20
21 Include:
22 <math.h>
23
24 Link:
25 $(LOG10_LIBM)
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible