summaryrefslogtreecommitdiff
path: root/gnulib/modules/frexpf
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/frexpf')
m---------gnulib0
-rw-r--r--gnulib/modules/frexpf32
2 files changed, 32 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/frexpf b/gnulib/modules/frexpf
new file mode 100644
index 0000000..efb2db7
--- /dev/null
+++ b/gnulib/modules/frexpf
@@ -0,0 +1,32 @@
+Description:
+frexpf() function: split a float into its constituents.
+
+Files:
+lib/frexpf.c
+m4/frexpf.m4
+m4/mathfunc.m4
+
+Depends-on:
+math
+frexp [test $HAVE_FREXPF = 0 || test $REPLACE_FREXPF = 1]
+
+configure.ac:
+gl_FUNC_FREXPF
+if test $HAVE_FREXPF = 0 || test $REPLACE_FREXPF = 1; then
+ AC_LIBOBJ([frexpf])
+fi
+gl_MATH_MODULE_INDICATOR([frexpf])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(FREXPF_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible