gnulib-tool: Use the Python implementation by default.
[gnulib.git] / modules / sprintf-posix
blob589ad104ce43d7cbcc4a255db4731e51ecf3b63c
1 Description:
2 POSIX compatible sprintf() function: print formatted output to a string
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/sprintf.c
12 m4/sprintf-posix.m4
13 m4/printf.m4
14 m4/math_h.m4
16 Depends-on:
17 stdio
18 nocrash
19 printf-safe
20 multiarch
21 vasnprintf      [test $REPLACE_SPRINTF = 1]
22 isnand-nolibm   [test $REPLACE_SPRINTF = 1]
23 isnanl-nolibm   [test $REPLACE_SPRINTF = 1]
24 frexp-nolibm    [test $REPLACE_SPRINTF = 1]
25 frexpl-nolibm   [test $REPLACE_SPRINTF = 1]
26 printf-frexp    [test $REPLACE_SPRINTF = 1]
27 printf-frexpl   [test $REPLACE_SPRINTF = 1]
28 signbit         [test $REPLACE_SPRINTF = 1]
29 fpucw           [test $REPLACE_SPRINTF = 1]
30 stdint          [test $REPLACE_SPRINTF = 1]
31 errno           [test $REPLACE_SPRINTF = 1]
33 configure.ac:
34 gl_FUNC_SPRINTF_POSIX
35 gl_STDIO_MODULE_INDICATOR([sprintf-posix])
37 Makefile.am:
39 Include:
40 <stdio.h>
42 License:
43 LGPL
45 Maintainer:
46 all