Fix typo, from Jim Hyslop <jhyslop@dreampossible.ca>.
[gnulib.git] / modules / backupfile
index 5b7ea40..e8fde21 100644 (file)
@@ -1,9 +1,10 @@
 Description:
+Determination of the filename of a backup file, according to user environment
+variables.
 
 Files:
 lib/backupfile.h
 lib/backupfile.c
-lib/addext.c
 m4/dos.m4
 m4/d-ino.m4
 m4/backupfile.m4
@@ -11,13 +12,18 @@ m4/backupfile.m4
 Depends-on:
 argmatch
 dirname
+stdbool
 
 configure.ac:
 gl_BACKUPFILE
 
 Makefile.am:
-lib_SOURCES += backupfile.h backupfile.c addext.c
 
 Include:
 "backupfile.h"
 
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering