bootstrap: Avoid failure when gnulib-tool removed gettext.m4.
[gnulib.git] / modules / cosf
blob3adf1d6885e2ac592dd56fa181153775632a67bc
1 Description:
2 cosf() function: cosine function.
4 Files:
5 lib/cosf.c
6 m4/cosf.m4
8 Depends-on:
9 math
10 extensions
11 cos             [test $HAVE_COSF = 0]
13 configure.ac:
14 gl_FUNC_COSF
15 gl_CONDITIONAL([GL_COND_OBJ_COSF], [test $HAVE_COSF = 0])
16 gl_MATH_MODULE_INDICATOR([cosf])
18 Makefile.am:
19 if GL_COND_OBJ_COSF
20 lib_SOURCES += cosf.c
21 endif
23 Include:
24 <math.h>
26 Link:
27 $(COSF_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 all