gnulib-tool.py: Regenerate aclocal.m4 before using 'autoconf -t ...'.
[gnulib.git] / modules / strtold
blobee637cb4644e4f5940dffce4941dca7c0d42515e
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 gl_CONDITIONAL([GL_COND_OBJ_STRTOLD],
21                [test $HAVE_STRTOLD = 0 || test $REPLACE_STRTOLD = 1])
22 AM_COND_IF([GL_COND_OBJ_STRTOLD], [
23   gl_PREREQ_STRTOLD
25 gl_STDLIB_MODULE_INDICATOR([strtold])
27 Makefile.am:
28 if GL_COND_OBJ_STRTOLD
29 lib_SOURCES += strtold.c
30 endif
32 Include:
33 <stdlib.h>
35 License:
36 LGPL
38 Maintainer:
39 all