maint.mk: relax the default _gl_TS_function_match regexp
[gnulib.git] / modules / memcpy
index d160dd2..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,6 +15,10 @@ Depends-on:
 
 configure.ac:
 gl_FUNC_MEMCPY
+if test $ac_cv_func_memcpy = no; then
+  AC_LIBOBJ([memcpy])
+  gl_PREREQ_MEMCPY
+fi
 
 Makefile.am: