summaryrefslogtreecommitdiff
path: root/gnulib/modules/ftoastr
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/ftoastr')
m---------gnulib0
-rw-r--r--gnulib/modules/ftoastr26
2 files changed, 26 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/ftoastr b/gnulib/modules/ftoastr
new file mode 100644
index 0000000..b52ce26
--- /dev/null
+++ b/gnulib/modules/ftoastr
@@ -0,0 +1,26 @@
+Description:
+Convert float to accurate string.
+
+Files:
+lib/ftoastr.h
+lib/ftoastr.c
+m4/c-strtod.m4
+
+Depends-on:
+intprops
+
+configure.ac:
+AC_CHECK_FUNCS_ONCE([strtof])
+AC_REQUIRE([gl_C99_STRTOLD])
+
+Makefile.am:
+lib_SOURCES += ftoastr.c
+
+Include:
+"ftoastr.h"
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert