doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / ceilf
index 3c0082c..0a01465 100644 (file)
@@ -9,10 +9,13 @@ m4/ceilf.m4
 Depends-on:
 math
 extensions
-float
+float           [test $HAVE_DECL_CEILF = 0 || test $REPLACE_CEILF = 1]
 
 configure.ac:
 gl_FUNC_CEILF
+if test $HAVE_DECL_CEILF = 0 || test $REPLACE_CEILF = 1; then
+  AC_LIBOBJ([ceilf])
+fi
 gl_MATH_MODULE_INDICATOR([ceilf])
 
 Makefile.am: