gnulib-tool.py: Fix formatting of error message in last commit.
[gnulib.git] / modules / fprintf-posix
blobf2bd1a5c7d3106e33eb74094d3f3ee09dba0fef3
1 Description:
2 POSIX compatible fprintf() function: print formatted output to a stream
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 lib/fprintf.c
12 m4/fprintf-posix.m4
13 m4/printf.m4
14 m4/math_h.m4
16 Depends-on:
17 stdio
18 nocrash
19 printf-safe
20 errno
21 multiarch
22 fseterr         [test $REPLACE_FPRINTF = 1]
23 vasnprintf      [test $REPLACE_FPRINTF = 1]
24 isnand-nolibm   [test $REPLACE_FPRINTF = 1]
25 isnanl-nolibm   [test $REPLACE_FPRINTF = 1]
26 free-posix      [test $REPLACE_FPRINTF = 1]
27 frexp-nolibm    [test $REPLACE_FPRINTF = 1]
28 frexpl-nolibm   [test $REPLACE_FPRINTF = 1]
29 printf-frexp    [test $REPLACE_FPRINTF = 1]
30 printf-frexpl   [test $REPLACE_FPRINTF = 1]
31 signbit         [test $REPLACE_FPRINTF = 1]
32 fpucw           [test $REPLACE_FPRINTF = 1]
34 configure.ac:
35 gl_FUNC_FPRINTF_POSIX
36 gl_STDIO_MODULE_INDICATOR([fprintf-posix])
38 Makefile.am:
40 Include:
41 <stdio.h>
43 License:
44 LGPL
46 Maintainer:
47 all