posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / copy-file-range
blob42d6e6f311b28c4aee7602ebe5bfba782ab48892
1 Description:
2 Copy parts of files
4 Files:
5 lib/copy-file-range.c
6 m4/copy-file-range.m4
8 Depends-on:
9 largefile
10 unistd
12 configure.ac:
13 gl_FUNC_COPY_FILE_RANGE
14 if test $HAVE_COPY_FILE_RANGE = 0; then
15   AC_LIBOBJ([copy-file-range])
17 gl_UNISTD_MODULE_INDICATOR([copy-file-range])
19 Makefile.am:
21 Include:
22 <unistd.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 all