Make time-stamp after-save-hooks buffer-local.
[gnulib.git] / modules / lchmod
blob8625076c8275bbba6311a040a8d5c9b0a0c9105b
1 Description:
2 lchmod that is actually chmod (!) on hosts lacking lchmod
4 Files:
5 lib/lchmod.c
6 m4/lchmod.m4
8 Depends-on:
9 c99           [test $HAVE_LCHMOD = 0]
10 errno         [test $HAVE_LCHMOD = 0]
11 extensions
12 fcntl-h       [test $HAVE_LCHMOD = 0]
13 intprops      [test $HAVE_LCHMOD = 0]
14 lstat         [test $HAVE_LCHMOD = 0]
15 readlink      [test $HAVE_LCHMOD = 0]
16 sys_stat
17 unistd        [test $HAVE_LCHMOD = 0]
19 configure.ac:
20 gl_FUNC_LCHMOD
21 gl_CONDITIONAL([GL_COND_OBJ_LCHMOD], [test $HAVE_LCHMOD = 0])
22 AM_COND_IF([GL_COND_OBJ_LCHMOD], [
23   gl_PREREQ_LCHMOD
25 gl_SYS_STAT_MODULE_INDICATOR([lchmod])
27 Makefile.am:
28 if GL_COND_OBJ_LCHMOD
29 lib_SOURCES += lchmod.c
30 endif
32 Include:
33 <sys/stat.h>
35 License:
36 GPL
38 Maintainer:
39 Paul Eggert, Jim Meyering