warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / c-strtod
blob7999d45ee4133e029fa1599386c483dfe628f4b2
1 Description:
2 Convert string to double in C locale.
4 Files:
5 lib/c-strtod.c
6 lib/c-strtod.h
7 m4/c-strtod.m4
9 Depends-on:
10 extensions
11 locale
12 strdup-posix
14 configure.ac:
15 gl_C_STRTOD
17 Makefile.am:
18 lib_SOURCES += c-strtod.c
20 Include:
21 "c-strtod.h"
23 License:
24 GPL
26 Maintainer:
27 Paul Eggert, Jim Meyering