* m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
[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 extensions
16 vasnprintf
17 stdio
18
19 configure.ac:
20 gl_FUNC_VASPRINTF
21 gl_STDIO_MODULE_INDICATOR([vasprintf])
22 m4_ifdef([AM_XGETTEXT_OPTION],
23   [AM_XGETTEXT_OPTION([--flag=asprintf:2:c-format])
24    AM_XGETTEXT_OPTION([--flag=vasprintf:2:c-format])])
25
26 Makefile.am:
27
28 Include:
29 <stdio.h>
30
31 License:
32 LGPLv2+
33
34 Maintainer:
35 Bruno Haible
36