canonicalize: fix C89 compilation
[gnulib.git] / modules / memcpy
index cb69e61..92f528f 100644 (file)
@@ -1,6 +1,12 @@
 Description:
 memcpy() function: copy memory area.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
 lib/memcpy.c
 m4/memcpy.m4
@@ -9,12 +15,19 @@ Depends-on:
 
 configure.ac:
 gl_FUNC_MEMCPY
+if test $ac_cv_func_memcpy = no; then
+  AC_LIBOBJ([memcpy])
+  gl_PREREQ_MEMCPY
+fi
 
 Makefile.am:
 
 Include:
 <string.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering