Imported Upstream version 1.14.1
[platform/upstream/augeas.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 extensions
11 intprops
12
13 configure.ac:
14 AC_CHECK_FUNCS_ONCE([strtof])
15 AC_REQUIRE([gl_C99_STRTOLD])
16
17 Makefile.am:
18 lib_SOURCES += ftoastr.c
19
20 Include:
21 "ftoastr.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Paul Eggert