X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flog10;h=3918d1f659b49a534dc583b5f4b888e1b3892a3c;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=a0b4c2929686748e13d57da4f630e6f27ca801c1;hpb=a5b5500500ba4d6aaa9a1b3bb214f6917dc1ac3c;p=gnulib.git diff --git a/modules/log10 b/modules/log10 index a0b4c2929..3918d1f65 100644 --- a/modules/log10 +++ b/modules/log10 @@ -2,12 +2,19 @@ Description: log10() function: base 10 logarithmic function. Files: +lib/log10.c +m4/log10.m4 m4/mathfunc.m4 Depends-on: +math configure.ac: -gl_COMMON_DOUBLE_MATHFUNC([log10]) +gl_FUNC_LOG10 +if test $REPLACE_LOG10 = 1; then + AC_LIBOBJ([log10]) +fi +gl_MATH_MODULE_INDICATOR([log10]) Makefile.am: