renameat: Fix dependencies.
[gnulib.git] / modules / fchmodat
1 Description:
2 fchmodat() function: Change access permissions of a file at a directory.
3
4 Files:
5 lib/fchmodat.c
6 lib/at-func.c
7 lib/openat-priv.h
8 m4/fchmodat.m4
9
10 Depends-on:
11 at-internal
12 dosname
13 errno
14 extensions
15 fchdir
16 openat-die
17 openat-h
18 save-cwd
19 sys_stat
20
21 configure.ac:
22 gl_FUNC_FCHMODAT
23 if test $HAVE_FCHMODAT = 0; then
24   AC_LIBOBJ([fchmodat])
25 fi
26 AC_REQUIRE([AC_C_INLINE]) dnl because 'inline' is used in lib/openat.h
27 gl_MODULE_INDICATOR([fchmodat]) dnl for lib/openat.h
28 gl_SYS_STAT_MODULE_INDICATOR([fchmodat])
29
30 Makefile.am:
31
32 Include:
33 <sys/stat.h>
34
35 License:
36 GPL
37
38 Maintainer:
39 Jim Meyering, Eric Blake