X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fvfprintf-posix;h=45af3638f5e777c47de1db92d05ba6297fd91adc;hb=83ca5b985b375b6445d54d99e523508f075a497e;hp=7d0b8cd39fe209d06a9bd694d5297dff974389c0;hpb=ee6d9baacd6be1baf7c81422f2f716e3fe280c05;p=gnulib.git diff --git a/modules/vfprintf-posix b/modules/vfprintf-posix index 7d0b8cd39..45af3638f 100644 --- a/modules/vfprintf-posix +++ b/modules/vfprintf-posix @@ -1,6 +1,12 @@ Description: POSIX compatible vfprintf() function: print formatted output to a stream +Comment: +This module should not be used as a dependency from a test module, +otherwise when this module occurs as a tests-related module, it will +have side effects on the compilation of the 'vasnprintf' module, if +that module occurs among the main modules in lib/. + Files: lib/vfprintf.c m4/vfprintf-posix.m4 @@ -10,14 +16,18 @@ Depends-on: stdio fseterr vasnprintf -isnan-nolibm +isnand-nolibm isnanl-nolibm +frexp-nolibm frexpl-nolibm printf-frexp printf-frexpl signbit fpucw +nocrash printf-safe +errno +multiarch configure.ac: gl_FUNC_VFPRINTF_POSIX