warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / snprintf
blob102d629706ec09c92bb1a6442fc9c0bc34fd366a
1 Description:
2 snprintf() function: print formatted output to a fixed length string
4 Files:
5 lib/snprintf.c
6 m4/snprintf.m4
7 m4/printf.m4
9 Depends-on:
10 stdio
11 vasnprintf      [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
12 errno           [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
14 configure.ac:
15 gl_FUNC_SNPRINTF
16 gl_STDIO_MODULE_INDICATOR([snprintf])
17 gl_MODULE_INDICATOR([snprintf])
19 Makefile.am:
21 Include:
22 <stdio.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 Simon Josefsson, Paul Eggert