X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fldexpl;h=69b2228331b691610e382b6f7262ddd4e074b144;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=e143d83372b4142afd047c206b73037edf766b8a;hpb=aecb65d22ea2a79b4f171eeac3031b6db43a49fb;p=gnulib.git diff --git a/modules/ldexpl b/modules/ldexpl index e143d8337..69b222833 100644 --- a/modules/ldexpl +++ b/modules/ldexpl @@ -7,11 +7,16 @@ m4/ldexpl.m4 Depends-on: math -isnanl-nolibm -fpucw +extensions +ldexp [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1] +isnanl [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +fpucw [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] configure.ac: gl_FUNC_LDEXPL +if test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; then + AC_LIBOBJ([ldexpl]) +fi gl_MATH_MODULE_INDICATOR([ldexpl]) Makefile.am: