Bump to 1.14.1
[platform/upstream/augeas.git] / modules / dtoastr
1 Description:
2 Convert double to accurate string.
3
4 Files:
5 lib/ftoastr.h
6 lib/ftoastr.c
7 lib/dtoastr.c
8 m4/c-strtod.m4
9
10 Depends-on:
11 extensions
12 intprops
13
14 configure.ac:
15 AC_REQUIRE([gl_C99_STRTOLD])
16
17 Makefile.am:
18 lib_SOURCES += dtoastr.c
19
20 Include:
21 "ftoastr.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Paul Eggert