gnulib-tool.py: Reduce code duplication in file name transformations.
[gnulib.git] / modules / memmove
blob2afdb07d3960a48c58522658cc7e4c1e948ccff8
1 Description:
2 memmove() function: copy memory area.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/memmove.c
12 m4/memmove.m4
14 Depends-on:
15 string
17 configure.ac:
18 gl_FUNC_MEMMOVE
19 gl_CONDITIONAL([GL_COND_OBJ_MEMMOVE], [test $ac_cv_func_memmove = no])
20 AM_COND_IF([GL_COND_OBJ_MEMMOVE], [
21   gl_PREREQ_MEMMOVE
24 Makefile.am:
25 if GL_COND_OBJ_MEMMOVE
26 lib_SOURCES += memmove.c
27 endif
29 Include:
30 <string.h>
32 License:
33 public domain
35 Maintainer:
36 Jim Meyering