warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / lchmod
bloba0ac7a534664ae1368bd5916a85a688655844e16
1 Description:
2 lchmod that is actually chmod (!) on hosts lacking lchmod
4 Files:
5 m4/lchmod.m4
7 Depends-on:
8 sys_stat
9 extensions
11 configure.ac:
12 gl_FUNC_LCHMOD
13 gl_SYS_STAT_MODULE_INDICATOR([lchmod])
15 Makefile.am:
17 Include:
18 <sys/stat.h>
20 License:
21 GPL
23 Maintainer:
24 Paul Eggert, Jim Meyering