Fix printf-frexpl module to recognize buggy AIX 5.1 frexpl().
[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/frexpl.m4
11 m4/ldexpl.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 "printf-frexpl.h"
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible
31