vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / lchmod
blobdd887542f1989fd00594e3cdfcc9ef3ae6e33c8e
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 sys_stat
16 unistd        [test $HAVE_LCHMOD = 0]
18 configure.ac:
19 gl_FUNC_LCHMOD
20 if test $HAVE_LCHMOD = 0; then
21   AC_LIBOBJ([lchmod])
22   gl_PREREQ_LCHMOD
24 gl_SYS_STAT_MODULE_INDICATOR([lchmod])
26 Makefile.am:
28 Include:
29 <sys/stat.h>
31 License:
32 GPL
34 Maintainer:
35 Paul Eggert, Jim Meyering