verify: new macro 'assume'
[gnulib.git] / modules / obstack-printf-posix
1 Description:
2 POSIX formatted printing into an obstack.
3
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/.
9
10 Files:
11 m4/obstack-printf.m4
12 m4/obstack-printf-posix.m4
13 m4/math_h.m4
14 lib/obstack_printf.c
15
16 Depends-on:
17 obstack
18 stdio
19 vasnprintf-posix
20 extensions
21
22 configure.ac:
23 gl_FUNC_OBSTACK_PRINTF_POSIX
24 if test $ac_cv_func_obstack_printf = no || test $REPLACE_OBSTACK_PRINTF = 1; then
25   AC_LIBOBJ([obstack_printf])
26 fi
27 gl_STDIO_MODULE_INDICATOR([obstack-printf-posix])
28
29 Makefile.am:
30
31 Include:
32 <stdio.h>
33
34 License:
35 GPL
36
37 Maintainer:
38 Eric Blake