log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / vasprintf-posix
blob7c0686be9d7e3966ce750cf2a5ac01697412dcd4
1 Description:
2 POSIX compatible vsprintf with automatic memory allocation.
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/.
10 Files:
11 m4/vasprintf-posix.m4
12 m4/printf.m4
13 m4/math_h.m4
15 Depends-on:
16 vasprintf
17 vasnprintf     [test $HAVE_VASPRINTF = 0 || test $REPLACE_VASPRINTF = 1]
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 multiarch
30 configure.ac:
31 gl_FUNC_VASPRINTF_POSIX
33 Makefile.am:
35 Include:
36 "vasprintf.h"
38 License:
39 LGPL
41 Maintainer:
42 all