added missing dependencies to fix failing unistr/ tests
[gnulib.git] / modules / vsprintf-posix
1 Description:
2 POSIX compatible vsprintf() function: print formatted output to a string
3
4 Comment:
5 This module should not be used as a dependency from a test module,
6 otherwise when this module occurs as a tests-related module, it will
7 have side effects on the compilation of the 'vasnprintf' module, if
8 that module occurs among the main modules in lib/.
9
10 Files:
11 lib/vsprintf.c
12 m4/vsprintf-posix.m4
13 m4/printf.m4
14
15 Depends-on:
16 stdio
17 vasnprintf
18 isnand-nolibm
19 isnanl-nolibm
20 frexp-nolibm
21 frexpl-nolibm
22 printf-frexp
23 printf-frexpl
24 signbit
25 fpucw
26 nocrash
27 printf-safe
28 stdint
29 errno
30 multiarch
31
32 configure.ac:
33 gl_FUNC_VSPRINTF_POSIX
34 gl_STDIO_MODULE_INDICATOR([vsprintf-posix])
35
36 Makefile.am:
37
38 Include:
39 <stdio.h>
40
41 License:
42 LGPL
43
44 Maintainer:
45 Bruno Haible
46