posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / vfprintf-posix
blobc23fdef31701d99e18e1a34fad8f61c631d1090e
1 Description:
2 POSIX compatible vfprintf() function: print formatted output to a stream
4 Comment:
5 This module should not be used as a dependency from a test module,
6 otherwise when this module occurs as a tests-related module, it will
7 have side effects on the compilation of the 'vasnprintf' module, if
8 that module occurs among the main modules in lib/.
10 Files:
11 lib/vfprintf.c
12 m4/vfprintf-posix.m4
13 m4/printf.m4
14 m4/math_h.m4
16 Depends-on:
17 stdio
18 nocrash
19 printf-safe
20 multiarch
21 fseterr         [test $REPLACE_VFPRINTF = 1]
22 vasnprintf      [test $REPLACE_VFPRINTF = 1]
23 isnand-nolibm   [test $REPLACE_VFPRINTF = 1]
24 isnanl-nolibm   [test $REPLACE_VFPRINTF = 1]
25 frexp-nolibm    [test $REPLACE_VFPRINTF = 1]
26 frexpl-nolibm   [test $REPLACE_VFPRINTF = 1]
27 printf-frexp    [test $REPLACE_VFPRINTF = 1]
28 printf-frexpl   [test $REPLACE_VFPRINTF = 1]
29 signbit         [test $REPLACE_VFPRINTF = 1]
30 fpucw           [test $REPLACE_VFPRINTF = 1]
31 errno           [test $REPLACE_VFPRINTF = 1]
33 configure.ac:
34 gl_FUNC_VFPRINTF_POSIX
35 gl_STDIO_MODULE_INDICATOR([vfprintf-posix])
36 gl_MODULE_INDICATOR([vfprintf-posix])
38 Makefile.am:
40 Include:
41 <stdio.h>
43 License:
44 LGPL
46 Maintainer:
47 all