warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / vdprintf
blob1100f0497b19db005bc90fbbb30d51e761ac9326
1 Description:
2 vdprintf() function: print formatted output to a file descriptor
4 Files:
5 lib/vdprintf.c
6 m4/vdprintf.m4
8 Depends-on:
9 stdio
10 vasnprintf      [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1]
11 full-write      [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1]
12 errno           [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1]
14 configure.ac:
15 gl_FUNC_VDPRINTF
16 gl_STDIO_MODULE_INDICATOR([vdprintf])
18 Makefile.am:
20 Include:
21 <stdio.h>
23 License:
24 LGPL
26 Maintainer:
27 all