summaryrefslogtreecommitdiff
path: root/gnulib/modules/truncf
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/truncf')
m---------gnulib0
-rw-r--r--gnulib/modules/truncf34
2 files changed, 34 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/truncf b/gnulib/modules/truncf
new file mode 100644
index 0000000..0727d0b
--- /dev/null
+++ b/gnulib/modules/truncf
@@ -0,0 +1,34 @@
+Description:
+truncf() function: round towards zero.
+
+Files:
+lib/truncf.c
+lib/trunc.c
+m4/truncf.m4
+
+Depends-on:
+math
+extensions
+float [test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1]
+
+configure.ac:
+gl_FUNC_TRUNCF
+if test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1; then
+ AC_LIBOBJ([truncf])
+fi
+gl_MATH_MODULE_INDICATOR([truncf])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(TRUNCF_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+