X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flog;h=13e7c2731dad75f504bd33f7d9af2a1a7b45e0c1;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=cbee37bc897c6ed6c6f737c35a9dd7127c0310a6;hpb=a5b5500500ba4d6aaa9a1b3bb214f6917dc1ac3c;p=gnulib.git diff --git a/modules/log b/modules/log index cbee37bc8..13e7c2731 100644 --- a/modules/log +++ b/modules/log @@ -2,12 +2,19 @@ Description: log() function: natural logarithmic function. Files: +lib/log.c +m4/log.m4 m4/mathfunc.m4 Depends-on: +math configure.ac: -gl_COMMON_DOUBLE_MATHFUNC([log]) +AC_REQUIRE([gl_FUNC_LOG]) +if test $REPLACE_LOG = 1; then + AC_LIBOBJ([log]) +fi +gl_MATH_MODULE_INDICATOR([log]) Makefile.am: