posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / exp2
blob67fe2c1aa18340e39cb35a540cd7661bae3b1394
1 Description:
2 exp2() function: exponential base 2 function.
4 Files:
5 lib/exp2.c
6 m4/exp2.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 extensions
12 isnand          [test $HAVE_EXP2 = 0 || test $REPLACE_EXP2 = 1]
13 round           [test $HAVE_EXP2 = 0 || test $REPLACE_EXP2 = 1]
14 ldexp           [test $HAVE_EXP2 = 0 || test $REPLACE_EXP2 = 1]
16 configure.ac:
17 gl_FUNC_EXP2
18 if test $HAVE_EXP2 = 0 || test $REPLACE_EXP2 = 1; then
19   AC_LIBOBJ([exp2])
21 gl_MATH_MODULE_INDICATOR([exp2])
23 Makefile.am:
25 Include:
26 <math.h>
28 Link:
29 $(EXP2_LIBM)
31 License:
32 LGPL
34 Maintainer:
35 all