X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fldexpl;h=69b2228331b691610e382b6f7262ddd4e074b144;hb=232b64ac929c3675c345d1b6003fc7ad725840a3;hp=c89187a50e2e9bac06fad8495b9503848b4f8fb2;hpb=d6687687c7f3b86ba712ab98533a8094e9de58f5;p=gnulib.git diff --git a/modules/ldexpl b/modules/ldexpl index c89187a50..69b222833 100644 --- a/modules/ldexpl +++ b/modules/ldexpl @@ -7,10 +7,16 @@ m4/ldexpl.m4 Depends-on: math -isnanl-nolibm +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: @@ -18,6 +24,9 @@ Makefile.am: Include: +Link: +$(LDEXPL_LIBM) + License: LGPL