X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flog1p;h=57f8ff547cfc7915eae614094d211478eb205ebb;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=955893b73e9d97976b2b99db6d93e77fc41ee1ba;hpb=692679fcbebba0095bae0f1f1a99bd1f0f5a0476;p=gnulib.git diff --git a/modules/log1p b/modules/log1p index 955893b73..57f8ff547 100644 --- a/modules/log1p +++ b/modules/log1p @@ -2,12 +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: