relocatable-lib{,-lgpl}: improve documentation
[gnulib/ericb.git] / modules / ftoastr
blob2d583d491230cd5bb4d4696a9201f258358bbec2
1 Description:
2 Convert float to accurate string.
4 Files:
5 lib/ftoastr.h
6 lib/ftoastr.c
7 m4/c-strtod.m4
9 Depends-on:
10 extensions
11 intprops
13 configure.ac:
14 AC_CHECK_FUNCS_ONCE([strtof])
15 AC_REQUIRE([gl_C99_STRTOLD])
17 Makefile.am:
18 lib_SOURCES += ftoastr.c
20 Include:
21 "ftoastr.h"
23 License:
24 GPL
26 Maintainer:
27 Paul Eggert