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