doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / memcpy
index 1758bdf..33b5365 100644 (file)
@@ -12,9 +12,14 @@ lib/memcpy.c
 m4/memcpy.m4
 
 Depends-on:
+string
 
 configure.ac:
 gl_FUNC_MEMCPY
+if test $ac_cv_func_memcpy = no; then
+  AC_LIBOBJ([memcpy])
+  gl_PREREQ_MEMCPY
+fi
 
 Makefile.am:
 
@@ -26,4 +31,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-