Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / log10l
blobbcd874af04c41833620e98ef38e527b33753c5ae
1 Description:
2 log10l() function: base 10 logarithmic function.
4 Files:
5 lib/log10l.c
6 m4/log10l.m4
8 Depends-on:
9 math
10 extensions
11 log10           [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
12 float           [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
13 logl            [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 configure.ac:
16 gl_FUNC_LOG10L
17 if test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; then
18   AC_LIBOBJ([log10l])
20 gl_MATH_MODULE_INDICATOR([log10l])
22 Makefile.am:
24 Include:
25 <math.h>
27 Link:
28 $(LOG10L_LIBM)
30 License:
31 LGPL
33 Maintainer:
34 all