posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / backupfile
blobfd15ec504438f23d15720fd96afb214a3da9dd5d
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 dirent-safer
19 fcntl
20 idx
21 memcmp
22 opendirat
23 readdir
24 renameatu
25 stdbool
26 stdint
27 xalloc
28 xalloc-oversized
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 $(LIB_MBRTOWC)
42 License:
43 GPL
45 Maintainer:
46 Paul Eggert, Jim Meyering