Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / modules / ftoastr
1 Description:
2 Convert float to accurate string.
3
4 Files:
5 lib/ftoastr.h
6 lib/ftoastr.c
7 m4/c-strtod.m4
8
9 Depends-on:
10 intprops
11
12 configure.ac:
13 AC_CHECK_FUNCS_ONCE([strtof])
14 AC_REQUIRE([gl_C99_STRTOLD])
15
16 Makefile.am:
17 lib_SOURCES += ftoastr.c
18
19 Include:
20 "ftoastr.h"
21
22 License:
23 GPL
24
25 Maintainer:
26 Paul Eggert