1Description:
2POSIX compatible vdprintf() function: print formatted output to a file
3descriptor
4
5Comment:
6This module should not be used as a dependency from a test module,
7otherwise when this module occurs as a tests-related module, it will
8have side effects on the compilation of the 'vasnprintf' module, if
9that module occurs among the main modules in lib/.
10
11Files:
12m4/vdprintf-posix.m4
13m4/printf.m4
14m4/math_h.m4
15
16Depends-on:
17vdprintf
18nocrash
19printf-safe
20multiarch
21vasnprintf      [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1]
22isnand-nolibm   [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1]
23isnanl-nolibm   [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1]
24frexp-nolibm    [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1]
25frexpl-nolibm   [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1]
26printf-frexp    [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1]
27printf-frexpl   [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1]
28signbit         [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1]
29fpucw           [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1]
30
31configure.ac:
32gl_FUNC_VDPRINTF_POSIX
33
34Makefile.am:
35
36Include:
37<stdio.h>
38
39License:
40LGPL
41
42Maintainer:
43Bruno Haible
44
45