X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fdprintf-posix;h=c3b257b11a0f8d8140bce2d892f7a080ca95da5a;hb=bbfcd2f1a92c9bdbb8d7d7d0a8a8c6665c316747;hp=19a471807e9e1099639e97a380a5e55e8cb2f0c4;hpb=ba564f2164f381af846d9695e6465cffe7ec918c;p=gnulib.git diff --git a/modules/dprintf-posix b/modules/dprintf-posix index 19a471807..c3b257b11 100644 --- a/modules/dprintf-posix +++ b/modules/dprintf-posix @@ -11,21 +11,22 @@ that module occurs among the main modules in lib/. Files: m4/dprintf-posix.m4 m4/printf.m4 +m4/math_h.m4 Depends-on: dprintf -vasnprintf -isnand-nolibm -isnanl-nolibm -frexp-nolibm -frexpl-nolibm -printf-frexp -printf-frexpl -signbit -fpucw nocrash printf-safe multiarch +vasnprintf [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1] +isnand-nolibm [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1] +isnanl-nolibm [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1] +frexp-nolibm [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1] +frexpl-nolibm [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1] +printf-frexp [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1] +printf-frexpl [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1] +signbit [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1] +fpucw [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1] configure.ac: gl_FUNC_DPRINTF_POSIX