warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / fchownat
blob08fb75b1258a068a2c8107ca1adf648add62efe7
1 Description:
2 fchownat() function: Change the owner of a file at a directory.
4 Files:
5 lib/fchownat.c
6 lib/chownat.c
7 lib/at-func.c
8 m4/fchownat.m4
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 extern-inline   [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
17 fchdir          [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
18 fcntl-h         [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
19 lchown          [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
20 openat-die      [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
21 openat-h        [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
22 save-cwd        [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
23 statat          [test $REPLACE_FCHOWNAT = 1]
25 configure.ac:
26 gl_FUNC_FCHOWNAT
27 if test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1; then
28   AC_LIBOBJ([fchownat])
30 gl_MODULE_INDICATOR([fchownat]) dnl for lib/openat.h
31 gl_UNISTD_MODULE_INDICATOR([fchownat])
33 Makefile.am:
34 lib_SOURCES += chownat.c
36 Include:
37 <unistd.h>
39 License:
40 GPL
42 Maintainer:
43 Jim Meyering, Eric Blake