posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / frexpf
blobdd6f63af1578b981478c0180f256daa76b9cb09c
1 Description:
2 frexpf() function: split a float into its constituents.
4 Files:
5 lib/frexpf.c
6 m4/frexpf.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 extensions
12 frexp           [test $HAVE_FREXPF = 0 || test $REPLACE_FREXPF = 1]
14 configure.ac:
15 gl_FUNC_FREXPF
16 if test $HAVE_FREXPF = 0 || test $REPLACE_FREXPF = 1; then
17   AC_LIBOBJ([frexpf])
19 gl_MATH_MODULE_INDICATOR([frexpf])
21 Makefile.am:
23 Include:
24 <math.h>
26 Link:
27 $(FREXPF_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 all