pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / log
1 Description:
2 log() function: natural logarithmic function.
3
4 Files:
5 lib/log.c
6 m4/log.m4
7 m4/mathfunc.m4
8
9 Depends-on:
10 math
11
12 configure.ac:
13 AC_REQUIRE([gl_FUNC_LOG])
14 if test $REPLACE_LOG = 1; then
15   AC_LIBOBJ([log])
16 fi
17 gl_MATH_MODULE_INDICATOR([log])
18
19 Makefile.am:
20
21 Include:
22 <math.h>
23
24 Link:
25 $(LOG_LIBM)
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible