X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fvdprintf-posix;h=c994a4f2c931bba7669d95537cb17f02000e22ca;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=bc1cb88928e05d2b4c682dfcb8cdec467a90f01f;hpb=d464708e0dc6a758523c57a088aea56efb463b1f;p=gnulib.git diff --git a/modules/vdprintf-posix b/modules/vdprintf-posix index bc1cb8892..c994a4f2c 100644 --- a/modules/vdprintf-posix +++ b/modules/vdprintf-posix @@ -2,24 +2,31 @@ Description: POSIX compatible vdprintf() function: print formatted output to a file descriptor +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: m4/vdprintf-posix.m4 m4/printf.m4 +m4/math_h.m4 Depends-on: vdprintf -vasnprintf -isnand-nolibm -isnanl-nolibm -frexp-nolibm -frexpl-nolibm -printf-frexp -printf-frexpl -signbit -fpucw nocrash printf-safe multiarch +vasnprintf [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1] +isnand-nolibm [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1] +isnanl-nolibm [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1] +frexp-nolibm [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1] +frexpl-nolibm [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1] +printf-frexp [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1] +printf-frexpl [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1] +signbit [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1] +fpucw [test $ac_cv_func_vdprintf = no || test $REPLACE_VDPRINTF = 1] configure.ac: gl_FUNC_VDPRINTF_POSIX