X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fldexpl;h=69b2228331b691610e382b6f7262ddd4e074b144;hb=dc555c6b2a03b1ee7daa62b3dca1defc4a8bb749;hp=517a40a8dd2b8e91ec8c0aa6f6207c920e905ab0;hpb=b6772983c800c6faee7fc793b83975afb6d58bcc;p=gnulib.git diff --git a/modules/ldexpl b/modules/ldexpl index 517a40a8d..69b222833 100644 --- a/modules/ldexpl +++ b/modules/ldexpl @@ -7,11 +7,16 @@ m4/ldexpl.m4 Depends-on: math -isnanl [test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no] -fpucw [test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no] +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: