posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / tanf
blobb2724957d423d894358c21b238645e1999b26501
1 Description:
2 tanf() function: tangent function.
4 Files:
5 lib/tanf.c
6 m4/tanf.m4
8 Depends-on:
9 math
10 extensions
11 tan             [test $HAVE_TANF = 0]
13 configure.ac:
14 gl_FUNC_TANF
15 if test $HAVE_TANF = 0; then
16   AC_LIBOBJ([tanf])
18 gl_MATH_MODULE_INDICATOR([tanf])
20 Makefile.am:
22 Include:
23 <math.h>
25 Link:
26 $(TANF_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 all