gnulib-tool.py: Handle module dependencies that cannot be found.
[gnulib.git] / modules / vasnprintf
blobb436430520634a52d535fcc9d7260d03903f6205
1 Description:
2 vsprintf with automatic memory allocation and bounded output size.
4 Files:
5 lib/float+.h
6 lib/printf-args.h
7 lib/printf-args.c
8 lib/printf-parse.h
9 lib/printf-parse.c
10 lib/vasnprintf.h
11 lib/vasnprintf.c
12 lib/asnprintf.c
13 m4/wchar_t.m4
14 m4/wint_t.m4
15 m4/intmax_t.m4
16 m4/stdint_h.m4
17 m4/inttypes_h.m4
18 m4/vasnprintf.m4
19 m4/printf.m4
20 m4/math_h.m4
21 m4/exponentd.m4
23 Depends-on:
24 stdio
25 alloca-opt
26 attribute
27 float
28 free-posix
29 limits-h
30 stdint
31 xsize
32 errno
33 memchr
34 assert-h
35 wchar
36 mbszero
38 configure.ac:
39 AC_REQUIRE([AC_C_RESTRICT])
40 gl_FUNC_VASNPRINTF
42 Makefile.am:
44 Include:
45 "vasnprintf.h"
47 License:
48 LGPLv2+
50 Maintainer:
51 all