warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / vprintf-posix
blob16e6cbe84200e6133077db9e281f2a7d7d19baf1
1 Description:
2 POSIX compatible vprintf() function: print formatted output to standard output
4 Comment:
5 This module should not be used as a dependency from a test module,
6 otherwise when this module occurs as a tests-related module, it will
7 have side effects on the compilation of the 'vasnprintf' module, if
8 that module occurs among the main modules in lib/.
10 Files:
11 lib/vprintf.c
12 m4/vprintf-posix.m4
13 m4/printf.m4
15 Depends-on:
16 stdio
17 printf-safe
18 vfprintf-posix  [test $REPLACE_VPRINTF = 1]
20 configure.ac:
21 gl_FUNC_VPRINTF_POSIX
22 gl_STDIO_MODULE_INDICATOR([vprintf-posix])
24 Makefile.am:
26 Include:
27 <stdio.h>
29 License:
30 LGPL
32 Maintainer:
33 all