From 8b893ddd3707e3ca0703933d9a72eaea356759e5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 19 Jan 2010 01:40:52 +0100 Subject: New modules for common functions. --- modules/copysign | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 modules/copysign (limited to 'modules/copysign') 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: + + +Link: +$(COPYSIGN_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible -- cgit v1.2.1