posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / xprintf-posix
blob5335d5c9c0562958669c944c866b30832b1e4f4b
1 Description:
2 A wrapper around printf with POSIX compatible format string interpretation,
3 that calls error upon ENOMEM or EILSEQ errors.
5 Comment:
6 This module should not be used as a dependency from a test module,
7 otherwise when this module occurs as a tests-related module, it will
8 have side effects on the compilation of the 'vasnprintf' module, if
9 that module occurs among the main modules in lib/.
11 Files:
13 Depends-on:
14 xprintf
15 vprintf-posix
16 vfprintf-posix
18 configure.ac:
20 Makefile.am:
22 Include:
23 "xprintf.h"
25 License:
26 GPL
28 Maintainer:
29 all