No need to depend on ldexpl. Just need the m4/ldexpl.m4 file.
[gnulib.git] / modules / printf-frexpl
1 Description:
2 printf_frexpl() function: split a long double into fraction and mantissa,
3 for hexadecimal printf, without requiring libm.
4
5 Files:
6 lib/printf-frexpl.h
7 lib/printf-frexpl.c
8 lib/printf-frexp.c
9 m4/printf-frexpl.m4
10 m4/ldexpl.m4
11 m4/longdouble.m4
12
13 Depends-on:
14 math
15 fpucw
16
17 configure.ac:
18 gl_FUNC_PRINTF_FREXPL
19
20 Makefile.am:
21 lib_SOURCES += printf-frexpl.c
22
23 Include:
24 #if HAVE_LONG_DOUBLE
25 # include "printf-frexpl.h"
26 #endif
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible
33