posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / frexpl
blob5e9feba6af3e5e16b9516fedd3b5290f2729efa5
1 Description:
2 frexpl() function: split a 'long double' into its constituents.
4 Files:
5 lib/frexpl.c
6 lib/frexp.c
7 m4/frexpl.m4
9 Depends-on:
10 math
11 extensions
12 frexp           [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
13 isnanl-nolibm   [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14 fpucw           [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16 configure.ac:
17 AC_REQUIRE([gl_FUNC_FREXPL])
18 if test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; then
19   AC_LIBOBJ([frexpl])
21 gl_MATH_MODULE_INDICATOR([frexpl])
23 Makefile.am:
25 Include:
26 <math.h>
28 Link:
29 $(FREXPL_LIBM)
31 License:
32 LGPL
34 Maintainer:
35 Paolo Bonzini