announce-gen: be more concise when there's only one URL+tarball
[gnulib.git] / modules / fchownat
1 Description:
2 fchownat() function: Change the owner of a file at a directory.
3
4 Files:
5 lib/fchownat.c
6 lib/at-func.c
7 lib/openat-priv.h
8 m4/fchownat.m4
9
10 Depends-on:
11 unistd
12 extensions
13 at-internal     [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
14 dosname         [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
15 errno           [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
16 fchdir          [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
17 lchown          [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
18 openat-die      [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
19 openat-h        [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
20 save-cwd        [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
21 fstatat         [test $REPLACE_FCHOWNAT = 1]
22
23 configure.ac:
24 gl_FUNC_FCHOWNAT
25 if test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1; then
26   AC_LIBOBJ([fchownat])
27 fi
28 AC_REQUIRE([AC_C_INLINE]) dnl because 'inline' is used in lib/openat.h
29 gl_MODULE_INDICATOR([fchownat]) dnl for lib/openat.h
30 gl_UNISTD_MODULE_INDICATOR([fchownat])
31
32 Makefile.am:
33
34 Include:
35 <unistd.h>
36
37 License:
38 GPL
39
40 Maintainer:
41 Jim Meyering, Eric Blake