doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / trunc
index 71863a5..34f3339 100644 (file)
@@ -12,6 +12,9 @@ float           [test $HAVE_DECL_TRUNC = 0 || test $REPLACE_TRUNC = 1]
 
 configure.ac:
 gl_FUNC_TRUNC
+if test $HAVE_DECL_TRUNC = 0 || test $REPLACE_TRUNC = 1; then
+  AC_LIBOBJ([trunc])
+fi
 gl_MATH_MODULE_INDICATOR([trunc])
 
 Makefile.am: