Use src/ not lib/ as root of source in example Makefile.am code.
[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
12 isnanl
13 floorl
14
15 configure.ac:
16 gl_FUNC_LOGL
17 gl_MATH_MODULE_INDICATOR([logl])
18
19 Makefile.am:
20
21 Include:
22 <math.h>
23
24 Link:
25 $(LOGL_LIBM)
26
27 License:
28 GPL
29
30 Maintainer:
31 Paolo Bonzini