md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / log
index cbee37b..13e7c27 100644 (file)
@@ -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: