Doc update.
[pspp] / modules / memmove
index d80282bbe98137d5a144695345f3c2b8612ed3fb..a6fdff4861b34199d8d72001b7786fe19c85ec5e 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