install-reloc: Support multi-binary installation.
[gnulib.git] / modules / log10f
index abcbaa6..5826be9 100644 (file)
@@ -8,11 +8,11 @@ m4/log10f.m4
 Depends-on:
 math
 extensions
-log10           [test $HAVE_LOG10F = 0]
+log10           [test $HAVE_LOG10F = 0 || test $REPLACE_LOG10F = 1]
 
 configure.ac:
 gl_FUNC_LOG10F
-if test $HAVE_LOG10F = 0; then
+if test $HAVE_LOG10F = 0 || test $REPLACE_LOG10F = 1; then
   AC_LIBOBJ([log10f])
 fi
 gl_MATH_MODULE_INDICATOR([log10f])