Mercurial > hg > octave-shane > gnulib-hg
annotate modules/modechange @ 4172:5321105558d8
Add module descriptions.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 13 Jan 2003 16:07:17 +0000 |
parents | 632b6cf5063f |
children | 3ccc6d0d52bb |
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: | |
11 xstrtol | |
12 | |
13 configure.ac: | |
14 gl_MODECHANGE | |
15 | |
16 Makefile.am: | |
17 lib_SOURCES += modechange.h modechange.c | |
18 | |
19 Include: | |
20 "modechange.h" | |
21 |