doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / calloc-gnu
index 734d973..ffc8b50 100644 (file)
@@ -10,6 +10,9 @@ calloc-posix
 
 configure.ac:
 gl_FUNC_CALLOC_GNU
+if test $REPLACE_CALLOC = 1; then
+  AC_LIBOBJ([calloc])
+fi
 gl_MODULE_INDICATOR([calloc-gnu])
 
 Makefile.am: