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