doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / isnanf
index 429acfe..8b9e3a1 100644 (file)
@@ -2,7 +2,6 @@ Description:
 isnanf() function: test for NaN.
 
 Files:
-lib/isnanf.h
 lib/isnanf.c
 lib/isnan.c
 lib/float+.h
@@ -10,15 +9,25 @@ m4/exponentf.m4
 m4/isnanf.m4
 
 Depends-on:
+math
 fpieee
+memcmp
 
 configure.ac:
 gl_FUNC_ISNANF
+m4_ifdef([gl_ISNAN], [
+  AC_REQUIRE([gl_ISNAN])
+])
+if test $HAVE_ISNANF = 0 || test $REPLACE_ISNAN = 1; then
+  AC_LIBOBJ([isnanf])
+  gl_PREREQ_ISNANF
+fi
+gl_MATH_MODULE_INDICATOR([isnanf])
 
 Makefile.am:
 
 Include:
-#include "isnanf.h"
+<math.h>
 
 Link:
 $(ISNANF_LIBM)