doc: Mention backtrace functions supported on BSD.
[gnulib.git] / modules / obstack-printf-posix
blobc2036a8479b459828d90c568fec86d7af78f4ccd
1 Description:
2 POSIX formatted printing into an obstack.
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 m4/obstack-printf.m4
12 m4/obstack-printf-posix.m4
13 m4/math_h.m4
14 lib/obstack_printf.c
16 Depends-on:
17 obstack
18 stdio
19 vasnprintf-posix
20 extensions
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])
27 gl_STDIO_MODULE_INDICATOR([obstack-printf-posix])
29 Makefile.am:
31 Include:
32 <stdio.h>
34 License:
35 GPL
37 Maintainer:
38 Eric Blake