posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / strtold
blobf99b9e6ae2cc1ed5cc62b8c6954f786c45743986
1 Description:
2 strtold() function: convert string to 'long double'.
4 Files:
5 lib/strtold.c
6 lib/strtod.c
7 m4/strtold.m4
8 m4/math_h.m4
9 m4/ldexpl.m4
11 Depends-on:
12 stdlib
13 c-ctype         [test $HAVE_STRTOLD = 0 || test $REPLACE_STRTOLD = 1]
14 math            [test $HAVE_STRTOLD = 0 || test $REPLACE_STRTOLD = 1]
15 stdbool         [test $HAVE_STRTOLD = 0 || test $REPLACE_STRTOLD = 1]
16 strtod          [{ test $HAVE_STRTOLD = 0 || test $REPLACE_STRTOLD = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
18 configure.ac:
19 gl_FUNC_STRTOLD
20 if test $HAVE_STRTOLD = 0 || test $REPLACE_STRTOLD = 1; then
21   AC_LIBOBJ([strtold])
22   gl_PREREQ_STRTOLD
24 gl_STDLIB_MODULE_INDICATOR([strtold])
26 Makefile.am:
28 Include:
29 <stdlib.h>
31 License:
32 LGPL
34 Maintainer:
35 all