Hash :
0e4139e7
Author :
Date :
2011-02-24T07:58:24
backupfile: remove unnecessary use of m4/dos.m4 * m4/backupfile.m4 (gl_BACKUPFILE): Don't require gl_AC_DOS; none of its symbols are used by the backupfile code. backupfile.c does use a symbol HAVE_DOS_FILE_NAMES, but that symbol is meant only for the rare case of programs that want all their backup file names to live within 8+3 limits, and dos.m4 doesn't address that. * modules/backupfile (Files): Remove m4/dos.m4.
Description:
Determination of the filename of a backup file, according to user environment
variables.
Files:
lib/backupfile.h
lib/backupfile.c
m4/backupfile.m4
Depends-on:
argmatch
d-ino
dirent-safer
dirname-lgpl
memcmp
stdbool
configure.ac:
gl_BACKUPFILE
Makefile.am:
Include:
"backupfile.h"
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering