2 a wrapper around printf that calls error upon ENOMEM or EILSEQ errors
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
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])])
29 lib_SOURCES += xprintf.h xprintf.c