getopt-posix, crypto/md5-buffer: Fix __GNUC_PREREQ re clang.
[gnulib.git] / modules / strtod
blob7fcea82a30b15da6a772385979dc7f3bf2626bb4
1 Description:
2 strtod() function: convert string to 'double'.
4 Files:
5 lib/strtod.c
6 m4/strtod.m4
7 m4/ldexp.m4
9 Depends-on:
10 stdlib
11 strtod-obsolete
12 c-ctype         [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1]
13 math            [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1]
14 stdbool         [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1]
16 configure.ac:
17 gl_FUNC_STRTOD
18 gl_CONDITIONAL([GL_COND_OBJ_STRTOD],
19                [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1])
20 AM_COND_IF([GL_COND_OBJ_STRTOD], [
21   gl_PREREQ_STRTOD
23 gl_STDLIB_MODULE_INDICATOR([strtod])
25 Makefile.am:
26 if GL_COND_OBJ_STRTOD
27 lib_SOURCES += strtod.c
28 endif
30 Include:
31 <stdlib.h>
33 License:
34 LGPL
36 Maintainer:
37 all