Mercurial > hg > octave-kai > gnulib-hg
annotate modules/lchmod @ 7775:77791268fe1f
* modules/lchmod (Include): Require lchmod.h, not lchown.h.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Wed, 03 Jan 2007 09:19:44 +0000 |
parents | 6a764f23e302 |
children | 3eb22f9808e0 |
rev | line source |
---|---|
7162
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
1 Description: |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
2 lchmod that is actually chmod (!) on hosts lacking lchmod |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
3 |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
4 Files: |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
5 lib/lchmod.h |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
6 m4/lchmod.m4 |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
7 |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
8 Depends-on: |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
9 |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
10 configure.ac: |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
11 gl_FUNC_LCHMOD |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
12 |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
13 Makefile.am: |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
14 |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
15 Include: |
7775
77791268fe1f
* modules/lchmod (Include): Require lchmod.h, not lchown.h.
Jim Meyering <jim@meyering.net>
parents:
7497
diff
changeset
|
16 "lchmod.h" |
7162
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
17 |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
18 License: |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
19 GPL |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
20 |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
21 Maintainer: |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
22 Paul Eggert, Jim Meyering |