backupfile: remove unnecessary use of m4/dos.m4
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Feb 2011 15:58:24 +0000 (07:58 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Feb 2011 15:58:52 +0000 (07:58 -0800)
commit0e4139e772519fb11a27e1adf774e37c0c455c95
tree8b70ee2a4dc81a1b60e2a14150af0a614af2a14f
parent98d62d70dc39859781c830aaf1b81a97a576d99c
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.
ChangeLog
m4/backupfile.m4
modules/backupfile