autoupdate
[gnulib.git] / modules / frexp
index 03407fd..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:
@@ -18,6 +21,9 @@ Makefile.am:
 Include:
 <math.h>
 
+Link:
+$(FREXP_LIBM)
+
 License:
 LGPL