X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffprintf-posix;h=e7bb211e29c94b3a8fc6f57df2898261f0904c86;hb=1f7ca4c3c642d27f5f9afd63c5cfb7ba93e72c27;hp=aaf5d6e5a02ad7d6d4c2f4746d1e0cc8e4e53a3e;hpb=b17d7ac7df62c7c7f56fe857ed28151d8b0e4e28;p=gnulib.git diff --git a/modules/fprintf-posix b/modules/fprintf-posix index aaf5d6e5a..e7bb211e2 100644 --- a/modules/fprintf-posix +++ b/modules/fprintf-posix @@ -1,25 +1,34 @@ 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 m4/printf.m4 +m4/math_h.m4 Depends-on: stdio -fseterr -vasnprintf -isnand-nolibm -isnanl-nolibm -frexp-nolibm -frexpl-nolibm -printf-frexp -printf-frexpl -signbit -fpucw nocrash printf-safe +errno +multiarch +fseterr [test $REPLACE_FPRINTF = 1] +vasnprintf [test $REPLACE_FPRINTF = 1] +isnand-nolibm [test $REPLACE_FPRINTF = 1] +isnanl-nolibm [test $REPLACE_FPRINTF = 1] +frexp-nolibm [test $REPLACE_FPRINTF = 1] +frexpl-nolibm [test $REPLACE_FPRINTF = 1] +printf-frexp [test $REPLACE_FPRINTF = 1] +printf-frexpl [test $REPLACE_FPRINTF = 1] +signbit [test $REPLACE_FPRINTF = 1] +fpucw [test $REPLACE_FPRINTF = 1] configure.ac: gl_FUNC_FPRINTF_POSIX