posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / xprintf
blobde61260e873bbe319008163708a9ee8af85d92b4
1 Description:
2 a wrapper around printf that calls error upon ENOMEM or EILSEQ errors
4 Notice:
5 If you are using GNU gettext version 0.16.1 or older, add the following options
6 to XGETTEXT_OPTIONS in your po/Makevars:
7   --flag=xprintf:1:c-format --flag=xvprintf:1:c-format
8   --flag=xfprintf:2:c-format --flag=xvfprintf:2:c-format
10 Files:
11 lib/xprintf.h
12 lib/xprintf.c
14 Depends-on:
15 stdio
16 error
17 exitfail
18 gettext-h
19 stdarg
21 configure.ac:
22 m4_ifdef([AM_XGETTEXT_OPTION],
23   [AM_][XGETTEXT_OPTION([--flag=xprintf:1:c-format])
24    AM_][XGETTEXT_OPTION([--flag=xvprintf:1:c-format])
25    AM_][XGETTEXT_OPTION([--flag=xfprintf:2:c-format])
26    AM_][XGETTEXT_OPTION([--flag=xvfprintf:2:c-format])])
28 Makefile.am:
29 lib_SOURCES += xprintf.h xprintf.c
31 Include:
32 "xprintf.h"
34 License:
35 GPL
37 Maintainer:
38 Jim Meyering