maint.mk: relax the default _gl_TS_function_match regexp
[gnulib.git] / modules / vsnprintf-posix
1 Description:
2 POSIX compatible vsnprintf() 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/vsnprintf-posix.m4
13 m4/printf.m4
14
15 Depends-on:
16 vsnprintf
17 nocrash
18 printf-safe
19 multiarch
20 vasnprintf      [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
21 isnand-nolibm   [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
22 isnanl-nolibm   [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
23 frexp-nolibm    [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
24 frexpl-nolibm   [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
25 printf-frexp    [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
26 printf-frexpl   [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
27 signbit         [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
28 fpucw           [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
29
30 configure.ac:
31 gl_FUNC_VSNPRINTF_POSIX
32
33 Makefile.am:
34
35 Include:
36 <stdio.h>
37
38 License:
39 LGPL
40
41 Maintainer:
42 Bruno Haible
43