summaryrefslogtreecommitdiff
path: root/modules/log10
diff options
context:
space:
mode:
Diffstat (limited to 'modules/log10')
-rw-r--r--modules/log106
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/log10 b/modules/log10
index 4385288451..3918d1f659 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: