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