Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / strtod
blob7c7c4e04715c0afde379458084053285cd2be4d2
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 if test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1; then
19   AC_LIBOBJ([strtod])
20   gl_PREREQ_STRTOD
22 gl_STDLIB_MODULE_INDICATOR([strtod])
24 Makefile.am:
26 Include:
27 <stdlib.h>
29 License:
30 LGPL
32 Maintainer:
33 all