Merge branch 'stable'
[gnulib.git] / modules / log10l
1 Description:
2 log10l() function: base 10 logarithmic function.
3
4 Files:
5 lib/log10l.c
6 m4/log10l.m4
7
8 Depends-on:
9 math
10 extensions
11 log10           [test $HAVE_LOG10L = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
12 logl            [test $HAVE_LOG10L = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
13
14 configure.ac:
15 gl_FUNC_LOG10L
16 if test $HAVE_LOG10L = 0; then
17   AC_LIBOBJ([log10l])
18 fi
19 gl_MATH_MODULE_INDICATOR([log10l])
20
21 Makefile.am:
22
23 Include:
24 <math.h>
25
26 Link:
27 $(LOG10L_LIBM)
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible