once: Fix pthread-rwlock crashes with clang (regr. 2024-08-07).
[gnulib.git] / modules / copysign
blob6c0a06126d9b96c249dd04d3aa1dc6ff429db9cb
1 Description:
2 copysign() function: copy sign into another 'double' number.
4 Files:
5 lib/copysign.c
6 m4/copysign.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 signbit         [test $HAVE_COPYSIGN = 0]
13 configure.ac:
14 gl_FUNC_COPYSIGN
15 gl_CONDITIONAL([GL_COND_OBJ_COPYSIGN], [test $HAVE_COPYSIGN = 0])
16 gl_MATH_MODULE_INDICATOR([copysign])
18 Makefile.am:
19 if GL_COND_OBJ_COPYSIGN
20 lib_SOURCES += copysign.c
21 endif
23 Include:
24 <math.h>
26 Link:
27 $(COPYSIGN_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 all