regex: port to Stratus OpenVOS
[gnulib.git] / modules / memmove
index d80282b..a6fdff4 100644 (file)
@@ -1,4 +1,11 @@
 Description:
+memmove() function: copy memory area.
+
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
 
 Files:
 lib/memmove.c
@@ -8,9 +15,18 @@ Depends-on:
 
 configure.ac:
 gl_FUNC_MEMMOVE
+if test $ac_cv_func_memmove = no; then
+  AC_LIBOBJ([memmove])
+  gl_PREREQ_MEMMOVE
+fi
 
 Makefile.am:
 
 Include:
 <string.h>
 
+License:
+public domain
+
+Maintainer:
+Jim Meyering