gitlog-to-changelog: improve doc
[gnulib.git] / modules / backup-rename
blobb352d9aea7210be94bc173b0467acf5f795aea02
1 Description:
2 Rename a file to a backup name.
4 Files:
5 lib/backup-internal.h
6 lib/backup-rename.c
7 lib/backupfile.c
8 lib/backupfile.h
9 m4/backupfile.m4
11 Depends-on:
12 argmatch
13 attribute
14 basename-lgpl
15 c99
16 closedir
17 d-ino
18 fcntl-h
19 ialloc
20 memcmp
21 opendirat
22 readdir
23 renameatu
24 stdbool
25 stdckdint
26 stdint
27 xalloc-oversized
29 configure.ac:
30 gl_BACKUPFILE
32 Makefile.am:
33 lib_SOURCES += backupfile.c backup-rename.c
35 Include:
36 "backupfile.h"
38 Link:
39 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
40 $(MBRTOWC_LIB)
41 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
43 License:
44 GPL
46 Maintainer:
47 Paul Eggert, Jim Meyering