regex: port to Stratus OpenVOS
[gnulib.git] / modules / logl
1 Description:
2 logl() function: logarithm with long double argument.
3
4 Files:
5 lib/logl.c
6 m4/logl.m4
7
8 Depends-on:
9 math
10 extensions
11 frexpl          [test $HAVE_LOGL = 0]
12 isnanl          [test $HAVE_LOGL = 0]
13 floorl          [test $HAVE_LOGL = 0]
14
15 configure.ac:
16 gl_FUNC_LOGL
17 if test $HAVE_LOGL = 0; then
18   AC_LIBOBJ([logl])
19 fi
20 gl_MATH_MODULE_INDICATOR([logl])
21
22 Makefile.am:
23
24 Include:
25 <math.h>
26
27 Link:
28 $(LOGL_LIBM)
29
30 License:
31 LGPL
32
33 Maintainer:
34 Paolo Bonzini