posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / fchownat
blobe14544ab2b7fa36ec015884b67cd986da06bed17
1 Description:
2 fchownat() function: Change the owner of a file at a directory.
4 Files:
5 lib/fchownat.c
6 lib/at-func.c
7 m4/fchownat.m4
9 Depends-on:
10 unistd
11 extensions
12 at-internal     [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
13 errno           [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
14 extern-inline   [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
15 fchdir          [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
16 fcntl-h         [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
17 filename        [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
18 lchown          [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
19 openat-die      [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
20 openat-h        [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
21 save-cwd        [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
22 statat          [test $REPLACE_FCHOWNAT = 1]
24 configure.ac:
25 gl_FUNC_FCHOWNAT
26 if test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1; then
27   AC_LIBOBJ([fchownat])
29 gl_UNISTD_MODULE_INDICATOR([fchownat])
31 Makefile.am:
33 Include:
34 <unistd.h>
36 License:
37 GPL
39 Maintainer:
40 Jim Meyering, Eric Blake, Paul Eggert