gnulib-tool.py: Make better use of imports.
[gnulib.git] / modules / snprintf-posix
blob5794e95ceae91100cd8ab2c574bfa1fbdb9549cc
1 Description:
2 POSIX compatible snprintf() function: print formatted output to a fixed length
3 string
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/.
11 Files:
12 m4/snprintf-posix.m4
13 m4/printf.m4
14 m4/math_h.m4
16 Depends-on:
17 snprintf
18 nocrash
19 printf-safe
20 multiarch
21 vasnprintf      [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
22 isnand-nolibm   [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
23 isnanl-nolibm   [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
24 frexp-nolibm    [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
25 frexpl-nolibm   [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
26 printf-frexp    [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
27 printf-frexpl   [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
28 signbit         [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
29 fpucw           [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
31 configure.ac:
32 gl_FUNC_SNPRINTF_POSIX
34 Makefile.am:
36 Include:
37 <stdio.h>
39 License:
40 LGPL
42 Maintainer:
43 all