gnulib-tool: Ignore autom4te.cache when using GNULIB_TOOL_IMPL=sh+py.
[gnulib.git] / modules / chmodat
blobb4dc230a0354ecba17b638b6c23cbac04c13c01c
1 Description:
2 chmodat and lchmodat functions: Change access permissions of a file at a directory.
4 Files:
5 lib/chmodat.c
7 Depends-on:
8 fchmodat
10 configure.ac:
11 gl_MODULE_INDICATOR([chmodat]) dnl for lib/openat.h
13 Makefile.am:
14 lib_SOURCES += chmodat.c
16 Include:
17 "openat.h"
19 License:
20 GPL
22 Maintainer:
23 Jim Meyering, Eric Blake, Paul Eggert