maint.mk: avoid sc_prohibit_always-defined_macros failure in coreutils
[gnulib.git] / modules / vasnprintf-posix
1 Description:
2 POSIX compatible vsprintf with automatic memory allocation and bounded output
3 size.
4
5 Comment:
6 This module should not be used as a dependency from a test module,
7 otherwise when this module occurs as a tests-related module, it will
8 have side effects on the compilation of the 'vasnprintf' module, if
9 that module occurs among the main modules in lib/.
10
11 Files:
12 m4/vasnprintf-posix.m4
13 m4/printf.m4
14
15 Depends-on:
16 vasnprintf
17 isnand-nolibm
18 isnanl-nolibm
19 frexp-nolibm
20 frexpl-nolibm
21 printf-frexp
22 printf-frexpl
23 signbit
24 fpucw
25 nocrash
26 printf-safe
27 multiarch
28
29 configure.ac:
30 gl_FUNC_VASNPRINTF_POSIX
31
32 Makefile.am:
33
34 Include:
35 "vasnprintf.h"
36
37 License:
38 LGPL
39
40 Maintainer:
41 Bruno Haible
42