posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / vasprintf
blob59e5a861e7d6c825c094b4dc7b61039828863c46
1 Description:
2 vsprintf with automatic memory allocation.
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=asprintf:2:c-format --flag=vasprintf:2:c-format
9 Files:
10 lib/vasprintf.c
11 lib/asprintf.c
12 m4/vasprintf.m4
14 Depends-on:
15 stdio
16 extensions
17 vasnprintf      [test $HAVE_VASPRINTF = 0 || test $REPLACE_VASPRINTF = 1]
18 errno           [test $HAVE_VASPRINTF = 0 || test $REPLACE_VASPRINTF = 1]
20 configure.ac:
21 gl_FUNC_VASPRINTF
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])])
27 Makefile.am:
29 Include:
30 <stdio.h>
32 License:
33 LGPLv2+
35 Maintainer:
36 all