readutmp: Fix dependencies.
[gnulib.git] / modules / setpayloadsigl
blobdeadba06af50797ec9b4b6754a49cb3cd21cddca
1 Description:
2 setpayloadsigl function: construct a signalling NaN with a given payload
4 Files:
5 lib/setpayloadsigl.c
6 m4/mathfunc.m4
7 m4/setpayloadsig.m4
8 m4/exponentl.m4
10 Depends-on:
11 math
12 extensions
13 setpayloadsig   [test $HAVE_SETPAYLOADSIGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
14 float           [test $HAVE_SETPAYLOADSIGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 stdint          [test $HAVE_SETPAYLOADSIGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16 signed-snan     [test $HAVE_SETPAYLOADSIGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
18 configure.ac:
19 gl_FUNC_SETPAYLOADSIGL
20 gl_CONDITIONAL([GL_COND_OBJ_SETPAYLOADSIGL], [test $HAVE_SETPAYLOADSIGL = 0])
21 gl_MATH_MODULE_INDICATOR([setpayloadsigl])
23 Makefile.am:
24 if GL_COND_OBJ_SETPAYLOADSIGL
25 lib_SOURCES += setpayloadsigl.c
26 endif
28 Include:
29 <math.h>
31 Link:
32 $(SETPAYLOADSIGL_LIBM)
34 License:
35 LGPL
37 Maintainer:
38 all