1Description:
2POSIX formatted printing into an obstack.
3
4Comment:
5This module should not be used as a dependency from a test module,
6otherwise when this module occurs as a tests-related module, it will
7have side effects on the compilation of the 'vasnprintf' module, if
8that module occurs among the main modules in lib/.
9
10Files:
11m4/obstack-printf.m4
12m4/obstack-printf-posix.m4
13m4/math_h.m4
14lib/obstack_printf.c
15
16Depends-on:
17obstack
18stdio
19vasnprintf-posix
20extensions
21
22configure.ac:
23gl_FUNC_OBSTACK_PRINTF_POSIX
24if test $ac_cv_func_obstack_printf = no || test $REPLACE_OBSTACK_PRINTF = 1; then
25  AC_LIBOBJ([obstack_printf])
26fi
27gl_STDIO_MODULE_INDICATOR([obstack-printf-posix])
28
29Makefile.am:
30
31Include:
32<stdio.h>
33
34License:
35GPL
36
37Maintainer:
38Eric Blake
39