warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / log1pl
blobf0efaadf4a97623fda94f10c2e22e4a16ed61a53
1 Description:
2 log1pl() function: natural logarithm of 1 plus argument.
4 Files:
5 lib/log1pl.c
6 m4/log1pl.m4
8 Depends-on:
9 math
10 extensions
11 log1p           [{ test $HAVE_LOG1PL = 0 || test $REPLACE_LOG1PL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
12 isnanl          [{ test $HAVE_LOG1PL = 0 || test $REPLACE_LOG1PL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
13 logl            [{ test $HAVE_LOG1PL = 0 || test $REPLACE_LOG1PL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14 roundl          [{ test $HAVE_LOG1PL = 0 || test $REPLACE_LOG1PL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16 configure.ac:
17 gl_FUNC_LOG1PL
18 if test $HAVE_LOG1PL = 0 || test $REPLACE_LOG1PL = 1; then
19   AC_LIBOBJ([log1pl])
21 gl_MATH_MODULE_INDICATOR([log1pl])
23 Makefile.am:
25 Include:
26 <math.h>
28 Link:
29 $(LOG1PL_LIBM)
31 License:
32 LGPL
34 Maintainer:
35 all