verify: new macro 'assume'
[gnulib.git] / modules / vasprintf
1 Description:
2 vsprintf with automatic memory allocation.
3
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
8
9 Files:
10 lib/vasprintf.c
11 lib/asprintf.c
12 m4/vasprintf.m4
13
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]
19
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])])
26
27 Makefile.am:
28
29 Include:
30 <stdio.h>
31
32 License:
33 LGPLv2+
34
35 Maintainer:
36 Bruno Haible
37