Depend on module fcntl-h when AT_FDCWD is used.
[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 sys_stat
12 extensions
13 at-internal     [test $HAVE_FCHMODAT = 0]
14 dosname         [test $HAVE_FCHMODAT = 0]
15 errno           [test $HAVE_FCHMODAT = 0]
16 fchdir          [test $HAVE_FCHMODAT = 0]
17 fcntl-h         [test $HAVE_FCHMODAT = 0]
18 openat-die      [test $HAVE_FCHMODAT = 0]
19 openat-h        [test $HAVE_FCHMODAT = 0]
20 save-cwd        [test $HAVE_FCHMODAT = 0]
21
22 configure.ac:
23 gl_FUNC_FCHMODAT
24 if test $HAVE_FCHMODAT = 0; then
25   AC_LIBOBJ([fchmodat])
26 fi
27 AC_REQUIRE([AC_C_INLINE]) dnl because 'inline' is used in lib/openat.h
28 gl_MODULE_INDICATOR([fchmodat]) dnl for lib/openat.h
29 gl_SYS_STAT_MODULE_INDICATOR([fchmodat])
30
31 Makefile.am:
32
33 Include:
34 <sys/stat.h>
35
36 License:
37 GPL
38
39 Maintainer:
40 Jim Meyering, Eric Blake