NEWS.stable: log cherry-pick [79aac72]->[cc1a9b7] canonicalize-lgpl: use common idiom
[gnulib.git] / modules / snprintf-posix
1 Description:
2 POSIX compatible snprintf() function: print formatted output to a fixed length
3 string
4
5 Comment:
6 This module should not be used as a dependency from a test module,
7 otherwise when this module occurs as a tests-related module, it will
8 have side effects on the compilation of the 'vasnprintf' module, if
9 that module occurs among the main modules in lib/.
10
11 Files:
12 m4/snprintf-posix.m4
13 m4/printf.m4
14
15 Depends-on:
16 snprintf
17 nocrash
18 printf-safe
19 multiarch
20 vasnprintf      [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
21 isnand-nolibm   [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
22 isnanl-nolibm   [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
23 frexp-nolibm    [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
24 frexpl-nolibm   [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
25 printf-frexp    [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
26 printf-frexpl   [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
27 signbit         [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
28 fpucw           [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
29
30 configure.ac:
31 gl_FUNC_SNPRINTF_POSIX
32
33 Makefile.am:
34
35 Include:
36 <stdio.h>
37
38 License:
39 LGPL
40
41 Maintainer:
42 Bruno Haible
43