Use GL_NOCRASH, to avoid a crashreporter dialog box from a configure check.
[gnulib.git] / modules / vasprintf-posix
1 Description:
2 POSIX compatible vsprintf with automatic memory allocation.
3
4 Files:
5 m4/vasprintf-posix.m4
6 m4/printf.m4
7
8 Depends-on:
9 vasprintf
10 vasnprintf
11 isnan-nolibm
12 isnanl-nolibm
13 frexp-nolibm
14 frexpl-nolibm
15 printf-frexp
16 printf-frexpl
17 signbit
18 fpucw
19 nocrash
20 printf-safe
21
22 configure.ac:
23 gl_FUNC_VASPRINTF_POSIX
24
25 Makefile.am:
26
27 Include:
28 "vasprintf.h"
29
30 License:
31 LGPL
32
33 Maintainer:
34 Bruno Haible
35