X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flog1p;h=57f8ff547cfc7915eae614094d211478eb205ebb;hb=6a0fd2e2d7d6a7e787ada21ffbe5f8ac0e3a06f1;hp=3470e87302d48015546617c9b43241e3aff822ba;hpb=bf6909e5ca400414ed0730b7f64e48d04993936e;p=gnulib.git diff --git a/modules/log1p b/modules/log1p index 3470e8730..57f8ff547 100644 --- a/modules/log1p +++ b/modules/log1p @@ -2,13 +2,23 @@ Description: log1p() function: natural logarithm of 1 plus argument. Files: +lib/log1p.c +m4/log1p.m4 m4/mathfunc.m4 Depends-on: +math extensions +isnand [test $HAVE_LOG1P = 0 || test $REPLACE_LOG1P = 1] +log [test $HAVE_LOG1P = 0 || test $REPLACE_LOG1P = 1] +round [test $HAVE_LOG1P = 0 || test $REPLACE_LOG1P = 1] configure.ac: -gl_COMMON_DOUBLE_MATHFUNC([log1p]) +gl_FUNC_LOG1P +if test $HAVE_LOG1P = 0 || test $REPLACE_LOG1P = 1; then + AC_LIBOBJ([log1p]) +fi +gl_MATH_MODULE_INDICATOR([log1p]) Makefile.am: