gnulib-tool.py: Reduce code duplication in file name transformations.
[gnulib.git] / modules / backupfile
blobb02cdc1cb1e19f37a39afc2e3870bd0e5d0eeab9
1 Description:
2 Determine the name of a backup file.
4 Files:
5 lib/backup-internal.h
6 lib/backup-find.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 realloc-gnu
24 renameatu
25 stdbool
26 stdckdint
27 stdint
28 xalloc-die
30 configure.ac:
31 gl_BACKUPFILE
33 Makefile.am:
34 lib_SOURCES += backupfile.c backup-find.c
36 Include:
37 "backupfile.h"
39 Link:
40 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
41 $(MBRTOWC_LIB)
42 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
44 License:
45 GPL
47 Maintainer:
48 Paul Eggert, Jim Meyering