verify: new macro 'assume'
[gnulib.git] / modules / lchmod
1 Description:
2 lchmod that is actually chmod (!) on hosts lacking lchmod
3
4 Files:
5 m4/lchmod.m4
6
7 Depends-on:
8 sys_stat
9 extensions
10
11 configure.ac:
12 gl_FUNC_LCHMOD
13 gl_SYS_STAT_MODULE_INDICATOR([lchmod])
14
15 Makefile.am:
16
17 Include:
18 <sys/stat.h>
19
20 License:
21 GPL
22
23 Maintainer:
24 Paul Eggert, Jim Meyering