posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / expl
blob90a7e65bfd4b96f4734e8793796f8aa6ac6fec96
1 Description:
2 expl() function: exponential function with long double argument.
4 Files:
5 lib/expl.c
6 lib/expl-table.c
7 m4/expl.m4
9 Depends-on:
10 math
11 extensions
12 exp             [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
13 float           [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14 isnanl          [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 roundl          [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16 ldexpl          [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
18 configure.ac:
19 gl_FUNC_EXPL
20 if test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; then
21   AC_LIBOBJ([expl])
22   AC_LIBOBJ([expl-table])
24 gl_MATH_MODULE_INDICATOR([expl])
26 Makefile.am:
28 Include:
29 <math.h>
31 Link:
32 $(EXPL_LIBM)
34 License:
35 LGPL
37 Maintainer:
38 all