install-reloc: Support multi-binary installation.
[gnulib.git] / modules / floorf
index 47b9d5c..7357649 100644 (file)
@@ -9,10 +9,13 @@ m4/floorf.m4
 Depends-on:
 math
 extensions
-float
+float           [test $HAVE_DECL_FLOORF = 0 || test $REPLACE_FLOORF = 1]
 
 configure.ac:
 gl_FUNC_FLOORF
+if test $HAVE_DECL_FLOORF = 0 || test $REPLACE_FLOORF = 1; then
+  AC_LIBOBJ([floorf])
+fi
 gl_MATH_MODULE_INDICATOR([floorf])
 
 Makefile.am: