Refresh 01-gnulib-directory.patch
[gnulib.git] / modules / ldexpl
1 Description:
2 ldexpl() function: multiply a 'long double' by a power of 2.
3
4 Files:
5 lib/ldexpl.c
6 m4/ldexpl.m4
7
8 Depends-on:
9 math
10 isnanl          [test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no]
11 fpucw           [test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no]
12
13 configure.ac:
14 gl_FUNC_LDEXPL
15 if test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; then
16   AC_LIBOBJ([ldexpl])
17 fi
18 gl_MATH_MODULE_INDICATOR([ldexpl])
19
20 Makefile.am:
21
22 Include:
23 <math.h>
24
25 Link:
26 $(LDEXPL_LIBM)
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible, Paolo Bonzini
33