2 vsprintf with automatic memory allocation.
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=asprintf:2:c-format --flag=vasprintf:2:c-format
17 vasnprintf [test $HAVE_VASPRINTF = 0 || test $REPLACE_VASPRINTF = 1]
18 errno [test $HAVE_VASPRINTF = 0 || test $REPLACE_VASPRINTF = 1]
22 gl_STDIO_MODULE_INDICATOR([vasprintf])
23 m4_ifdef([AM_XGETTEXT_OPTION],
24 [AM_][XGETTEXT_OPTION([--flag=asprintf:2:c-format])
25 AM_][XGETTEXT_OPTION([--flag=vasprintf:2:c-format])])