warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / vsnprintf
blob053b10c32a57749b0e5c310a3aba04d15d95f051
1 Description:
2 vsnprintf() function: print formatted output from an stdarg argument list
3 to a fixed length string
5 Files:
6 lib/vsnprintf.c
7 m4/vsnprintf.m4
8 m4/printf.m4
10 Depends-on:
11 stdio
12 vasnprintf      [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
13 errno           [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
15 configure.ac:
16 gl_FUNC_VSNPRINTF
17 gl_STDIO_MODULE_INDICATOR([vsnprintf])
19 Makefile.am:
21 Include:
22 <stdio.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 Yoann Vandoorselaere