X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flog10;h=3918d1f659b49a534dc583b5f4b888e1b3892a3c;hb=bbfcd2f1a92c9bdbb8d7d7d0a8a8c6665c316747;hp=4385288451cd7576c32e37587b9991d3c4b2520b;hpb=0fcd1e44a647cb60984c78c6e487815b74744760;p=gnulib.git diff --git a/modules/log10 b/modules/log10 index 438528845..3918d1f65 100644 --- a/modules/log10 +++ b/modules/log10 @@ -2,13 +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_FUNC_LOG10 +if test $REPLACE_LOG10 = 1; then + AC_LIBOBJ([log10]) +fi +gl_MATH_MODULE_INDICATOR([log10]) Makefile.am: