Use GL_NOCRASH, to avoid a crashreporter dialog box from a configure check.
[gnulib.git] / modules / vfprintf-posix
1 Description:
2 POSIX compatible vfprintf() function: print formatted output to a stream
3
4 Files:
5 lib/vfprintf.c
6 m4/vfprintf-posix.m4
7 m4/printf.m4
8
9 Depends-on:
10 stdio
11 fseterr
12 vasnprintf
13 isnan-nolibm
14 isnanl-nolibm
15 frexp-nolibm
16 frexpl-nolibm
17 printf-frexp
18 printf-frexpl
19 signbit
20 fpucw
21 nocrash
22 printf-safe
23
24 configure.ac:
25 gl_FUNC_VFPRINTF_POSIX
26 gl_STDIO_MODULE_INDICATOR([vfprintf-posix])
27
28 Makefile.am:
29
30 Include:
31 <stdio.h>
32
33 License:
34 LGPL
35
36 Maintainer:
37 Bruno Haible
38