install-reloc: Support multi-binary installation.
[gnulib.git] / modules / frexp
index 92c635b..2e89699 100644 (file)
@@ -7,10 +7,13 @@ m4/frexp.m4
 
 Depends-on:
 math
-isnan-nolibm
+isnand-nolibm   [test $gl_func_frexp != yes]
 
 configure.ac:
 gl_FUNC_FREXP
+if test $gl_func_frexp != yes; then
+  AC_LIBOBJ([frexp])
+fi
 gl_MATH_MODULE_INDICATOR([frexp])
 
 Makefile.am: