X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fvsnprintf-posix;h=e3456fbc86ca89ad3542465ada71ef1cb45879f6;hb=1f96aa01f72bba8c9a0600280594a1a92bb505fc;hp=0f36cd990912fb267b6c3022fcd46e3c3b4e5171;hpb=ba564f2164f381af846d9695e6465cffe7ec918c;p=gnulib.git diff --git a/modules/vsnprintf-posix b/modules/vsnprintf-posix index 0f36cd990..e3456fbc8 100644 --- a/modules/vsnprintf-posix +++ b/modules/vsnprintf-posix @@ -11,21 +11,22 @@ that module occurs among the main modules in lib/. Files: m4/vsnprintf-posix.m4 m4/printf.m4 +m4/math_h.m4 Depends-on: vsnprintf -vasnprintf -isnand-nolibm -isnanl-nolibm -frexp-nolibm -frexpl-nolibm -printf-frexp -printf-frexpl -signbit -fpucw nocrash printf-safe multiarch +vasnprintf [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1] +isnand-nolibm [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1] +isnanl-nolibm [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1] +frexp-nolibm [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1] +frexpl-nolibm [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1] +printf-frexp [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1] +printf-frexpl [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1] +signbit [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1] +fpucw [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1] configure.ac: gl_FUNC_VSNPRINTF_POSIX