X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffprintf-posix;h=be2b010dd812d4fe45f5ad30b76a0b791b679489;hb=753425d56eedab92c361cae9d6baa701d893fbc9;hp=f79a8b428eeb638bb313ce2de0702e5ce4738068;hpb=685bc46ea352d770e54f02050312df99fd21c9d8;p=gnulib.git diff --git a/modules/fprintf-posix b/modules/fprintf-posix index f79a8b428..be2b010dd 100644 --- a/modules/fprintf-posix +++ b/modules/fprintf-posix @@ -1,6 +1,12 @@ Description: POSIX compatible fprintf() 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/fprintf.c m4/fprintf-posix.m4 @@ -10,10 +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_FPRINTF_POSIX