* m4/isnanf.m4: Add comment.
* m4/isnanl.m4: Likewise.
+2011-05-08 Bruno Haible <bruno@clisp.org>
+
+ Comments.
+ * m4/isnanf.m4: Add comment.
+ * m4/isnanl.m4: Likewise.
+
2011-05-08 Bruno Haible <bruno@clisp.org>
glob: Remove obsolete macro.
ISNANF_LIBM=-lm
fi
fi
+ dnl The variable gl_func_isnanf set here is used by isnan.m4.
if test $gl_cv_func_isnanf_no_libm = yes \
|| test $gl_cv_func_isnanf_in_libm = yes; then
save_LIBS="$LIBS"
ISNANL_LIBM=-lm
fi
fi
+ dnl The variable gl_func_isnanl set here is used by isnan.m4.
if test $gl_cv_func_isnanl_no_libm = yes \
|| test $gl_cv_func_isnanl_in_libm = yes; then
save_LIBS="$LIBS"