mbrlen: Fix cross-compilation guess for AIX.
[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 lib/obstack_printf.c
14
15 Depends-on:
16 obstack
17 stdio
18 vasnprintf-posix
19 extensions
20
21 configure.ac:
22 gl_FUNC_OBSTACK_PRINTF_POSIX
23 gl_STDIO_MODULE_INDICATOR([obstack-printf-posix])
24
25 Makefile.am:
26
27 Include:
28 <stdio.h>
29
30 License:
31 GPL
32
33 Maintainer:
34 Eric Blake