ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / logf
blob283822e9e391ee8ed335c1b5829ac0abbca04d9c
1 Description:
2 logf() function: natural logarithmic function.
4 Files:
5 lib/logf.c
6 m4/logf.m4
8 Depends-on:
9 math
10 extensions
11 log             [test $HAVE_LOGF = 0 || test $REPLACE_LOGF = 1]
13 configure.ac:
14 gl_FUNC_LOGF
15 if test $HAVE_LOGF = 0 || test $REPLACE_LOGF = 1; then
16   AC_LIBOBJ([logf])
18 gl_MATH_MODULE_INDICATOR([logf])
20 Makefile.am:
22 Include:
23 <math.h>
25 Link:
26 $(LOGF_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 all