pthread: Determine $(LIB_PTHREAD) correctly on IRIX 6.5.
[gnulib.git] / modules / truncl
1 Description:
2 truncl() function: round towards zero.
3
4 Files:
5 lib/truncl.c
6 lib/trunc.c
7 m4/truncl.m4
8
9 Depends-on:
10 math
11 extensions
12 float           [test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1]
13
14 configure.ac:
15 gl_FUNC_TRUNCL
16 if test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; then
17   AC_LIBOBJ([truncl])
18 fi
19 gl_MATH_MODULE_INDICATOR([truncl])
20
21 Makefile.am:
22
23 Include:
24 <math.h>
25
26 Link:
27 $(TRUNCL_LIBM)
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible
34