Refresh 01-gnulib-directory.patch
[gnulib.git] / modules / fprintf-posix
1 Description:
2 POSIX compatible fprintf() function: print formatted output to a stream
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 lib/fprintf.c
12 m4/fprintf-posix.m4
13 m4/printf.m4
14
15 Depends-on:
16 stdio
17 nocrash
18 printf-safe
19 errno
20 multiarch
21 fseterr         [test $REPLACE_FPRINTF = 1]
22 vasnprintf      [test $REPLACE_FPRINTF = 1]
23 isnand-nolibm   [test $REPLACE_FPRINTF = 1]
24 isnanl-nolibm   [test $REPLACE_FPRINTF = 1]
25 frexp-nolibm    [test $REPLACE_FPRINTF = 1]
26 frexpl-nolibm   [test $REPLACE_FPRINTF = 1]
27 printf-frexp    [test $REPLACE_FPRINTF = 1]
28 printf-frexpl   [test $REPLACE_FPRINTF = 1]
29 signbit         [test $REPLACE_FPRINTF = 1]
30 fpucw           [test $REPLACE_FPRINTF = 1]
31
32 configure.ac:
33 gl_FUNC_FPRINTF_POSIX
34 gl_STDIO_MODULE_INDICATOR([fprintf-posix])
35
36 Makefile.am:
37
38 Include:
39 <stdio.h>
40
41 License:
42 LGPL
43
44 Maintainer:
45 Bruno Haible
46