ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
[gnulib.git] / modules / dtoastr
diff --git a/modules/dtoastr b/modules/dtoastr
new file mode 100644 (file)
index 0000000..60b09b4
--- /dev/null
@@ -0,0 +1,26 @@
+Description:
+Convert double to accurate string.
+
+Files:
+lib/ftoastr.h
+lib/ftoastr.c
+lib/dtoastr.c
+m4/c-strtod.m4
+
+Depends-on:
+intprops
+
+configure.ac:
+AC_REQUIRE([gl_C99_STRTOLD])
+
+Makefile.am:
+lib_SOURCES += dtoastr.c
+
+Include:
+"ftoastr.h"
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert