warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / strtod
blobe8b72b4ff30a61357ce3c17adf0d1951fcefeff3
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 stdbool         [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1]
15 configure.ac:
16 gl_FUNC_STRTOD
17 if test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1; then
18   AC_LIBOBJ([strtod])
19   gl_PREREQ_STRTOD
21 gl_STDLIB_MODULE_INDICATOR([strtod])
23 Makefile.am:
25 Include:
26 <stdlib.h>
28 License:
29 LGPL
31 Maintainer:
32 all