Merge commit 'b572c3a256e7bf1e4eecc8c36448c08093240a6a' into stable
[gnulib.git] / modules / copy-file
1 Description:
2 Copying of files.
3
4 Files:
5 lib/copy-file.h
6 lib/copy-file.c
7 m4/copy-file.m4
8
9 Depends-on:
10 acl
11 binary-io
12 error
13 fstat
14 full-write
15 gettext-h
16 open
17 safe-read
18 stdlib
19 unistd
20 xalloc
21
22 configure.ac:
23 gl_COPY_FILE
24
25 Makefile.am:
26 lib_SOURCES += copy-file.h copy-file.c
27
28 Include:
29 "copy-file.h"
30
31 License:
32 GPL
33
34 Maintainer:
35 Bruno Haible