Refresh 01-gnulib-directory.patch
[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 if test $ac_cv_func_obstack_printf = no || test $REPLACE_OBSTACK_PRINTF = 1; then
24   AC_LIBOBJ([obstack_printf])
25 fi
26 gl_STDIO_MODULE_INDICATOR([obstack-printf-posix])
27
28 Makefile.am:
29
30 Include:
31 <stdio.h>
32
33 License:
34 GPL
35
36 Maintainer:
37 Eric Blake