xfreopen: fix typo: s/frepoen/freopen/
[gnulib/ericb.git] / modules / log
blob13e7c2731dad75f504bd33f7d9af2a1a7b45e0c1
1 Description:
2 log() function: natural logarithmic function.
4 Files:
5 lib/log.c
6 m4/log.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
12 configure.ac:
13 AC_REQUIRE([gl_FUNC_LOG])
14 if test $REPLACE_LOG = 1; then
15   AC_LIBOBJ([log])
17 gl_MATH_MODULE_INDICATOR([log])
19 Makefile.am:
21 Include:
22 <math.h>
24 Link:
25 $(LOG_LIBM)
27 License:
28 LGPL
30 Maintainer:
31 Bruno Haible