summaryrefslogtreecommitdiff
path: root/modules/copysign
diff options
context:
space:
mode:
Diffstat (limited to 'modules/copysign')
-rw-r--r--modules/copysign24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/copysign b/modules/copysign
new file mode 100644
index 0000000000..6c919ae40c
--- /dev/null
+++ b/modules/copysign
@@ -0,0 +1,24 @@
+Description:
+copysign() function: copy sign.
+
+Files:
+m4/mathfunc.m4
+
+Depends-on:
+
+configure.ac:
+gl_MATHFUNC([copysign])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(COPYSIGN_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible