warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / fchmodat
blob7a5e1a6886a7d180ba4378037b677041784cf99a
1 Description:
2 fchmodat() function: Change access permissions of a file at a directory.
4 Files:
5 lib/fchmodat.c
6 lib/chmodat.c
7 lib/at-func.c
8 m4/fchmodat.m4
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 extern-inline   [test $HAVE_FCHMODAT = 0]
17 fchdir          [test $HAVE_FCHMODAT = 0]
18 fcntl-h         [test $HAVE_FCHMODAT = 0]
19 openat-die      [test $HAVE_FCHMODAT = 0]
20 openat-h        [test $HAVE_FCHMODAT = 0]
21 save-cwd        [test $HAVE_FCHMODAT = 0]
23 configure.ac:
24 gl_FUNC_FCHMODAT
25 if test $HAVE_FCHMODAT = 0; then
26   AC_LIBOBJ([fchmodat])
28 gl_MODULE_INDICATOR([fchmodat]) dnl for lib/openat.h
29 gl_SYS_STAT_MODULE_INDICATOR([fchmodat])
31 Makefile.am:
32 lib_SOURCES += chmodat.c
34 Include:
35 <sys/stat.h>
37 License:
38 GPL
40 Maintainer:
41 Jim Meyering, Eric Blake