Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/modechange @ 7497:6a764f23e302
gnulib-tool now synthesizes the EXTRA_DIST line.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 13 Oct 2006 12:40:22 +0000 |
parents | cb5141654dbb |
children | 45c727466eb8 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Manipulation of mode changes specified by strings (e.g. as first argument of |
3 chmod utility). | |
4110 | 4 |
5 Files: | |
6 lib/modechange.h | |
7 lib/modechange.c | |
8 m4/modechange.m4 | |
9 | |
10 Depends-on: | |
5813 | 11 stat-macros |
12 xalloc | |
4110 | 13 |
14 configure.ac: | |
15 gl_MODECHANGE | |
16 | |
17 Makefile.am: | |
18 | |
19 Include: | |
20 "modechange.h" | |
21 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
22 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
23 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
24 |
4197 | 25 Maintainer: |
26 Jim Meyering |