fstatat: fix configuration bug on mingw, OpenBSD 4, Solaris 8
[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 openat-die      [test $HAVE_FCHMODAT = 0]
18 openat-h        [test $HAVE_FCHMODAT = 0]
19 save-cwd        [test $HAVE_FCHMODAT = 0]
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