doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / mempcpy
index a49c40a..9af4654 100644 (file)
@@ -6,10 +6,15 @@ lib/mempcpy.c
 m4/mempcpy.m4
 
 Depends-on:
+extensions
 string
 
 configure.ac:
 gl_FUNC_MEMPCPY
+if test $HAVE_MEMPCPY = 0; then
+  AC_LIBOBJ([mempcpy])
+  gl_PREREQ_MEMPCPY
+fi
 gl_STRING_MODULE_INDICATOR([mempcpy])
 
 Makefile.am:
@@ -18,7 +23,7 @@ Include:
 <string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson