X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fexpl;h=653cd3be69b8cfd549c688e9996b62429e487051;hb=308c394b3c4ee0bc13826b381b9f0668481c4a0f;hp=3870440e757dbff28b035c79a2e79bae714a4018;hpb=73e329f11142c2804e42825e1590041d68dbb6e9;p=gnulib.git diff --git a/modules/expl b/modules/expl index 3870440e7..653cd3be6 100644 --- a/modules/expl +++ b/modules/expl @@ -3,16 +3,24 @@ expl() function: exponential function with long double argument. Files: lib/expl.c +lib/expl-table.c m4/expl.m4 Depends-on: math extensions -float -floorl +exp [test $HAVE_EXPL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1] +float [test $HAVE_EXPL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +isnanl [test $HAVE_EXPL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +roundl [test $HAVE_EXPL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +ldexpl [test $HAVE_EXPL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] configure.ac: gl_FUNC_EXPL +if test $HAVE_EXPL = 0; then + AC_LIBOBJ([expl]) + AC_LIBOBJ([expl-table]) +fi gl_MATH_MODULE_INDICATOR([expl]) Makefile.am: @@ -24,7 +32,7 @@ Link: $(EXPL_LIBM) License: -GPL +LGPL Maintainer: -Paolo Bonzini +Bruno Haible