cosl: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / modules / cosl
1 Description:
2 cosl() function: cosine function with long double argument.
3
4 Files:
5 lib/cosl.c
6 lib/trigl.h
7 lib/sincosl.c
8 lib/trigl.c
9 m4/cosl.m4
10
11 Depends-on:
12 math
13 extensions
14 float           [test $HAVE_COSL = 0]
15 isnanl          [test $HAVE_COSL = 0]
16 floor           [test $HAVE_COSL = 0]
17 floorl          [test $HAVE_COSL = 0]
18
19 configure.ac:
20 gl_FUNC_COSL
21 if test $HAVE_COSL = 0; then
22   AC_LIBOBJ([cosl])
23   AC_LIBOBJ([sincosl])
24   AC_LIBOBJ([trigl])
25 fi
26 gl_MATH_MODULE_INDICATOR([cosl])
27
28 Makefile.am:
29
30 Include:
31 <math.h>
32
33 Link:
34 $(ACOSL_LIBM)
35
36 License:
37 LGPL
38
39 Maintainer:
40 Paolo Bonzini