Mercurial > hg > octave-kai > gnulib-hg
annotate modules/backupfile @ 4197:3ccc6d0d52bb
Add a Maintainer.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 20 Jan 2003 10:02:37 +0000 |
parents | 5321105558d8 |
children | 13946e45e5e9 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Determination of the filename of a backup file, according to user environment |
3 variables. | |
4110 | 4 |
5 Files: | |
6 lib/backupfile.h | |
7 lib/backupfile.c | |
8 lib/addext.c | |
9 m4/dos.m4 | |
10 m4/d-ino.m4 | |
11 m4/backupfile.m4 | |
12 | |
13 Depends-on: | |
14 argmatch | |
15 dirname | |
16 | |
17 configure.ac: | |
18 gl_BACKUPFILE | |
19 | |
20 Makefile.am: | |
21 lib_SOURCES += backupfile.h backupfile.c addext.c | |
22 | |
23 Include: | |
24 "backupfile.h" | |
25 | |
4197 | 26 Maintainer: |
27 Paul Eggert, Jim Meyering | |
28 |