Ensure temp file is closed before its directory is removed.
[gnulib.git] / modules / mkdir-p
index 61e4f94..7997375 100644 (file)
@@ -2,19 +2,21 @@ Description:
 Ensure that a directory and its parents exist.
 
 Files:
-lib/mkdir-p.h
+lib/dirchownmod.c
+lib/dirchownmod.h
 lib/mkdir-p.c
-m4/afs.m4
+lib/mkdir-p.h
 m4/mkdir-p.m4
 
 Depends-on:
-alloca
-chown
-gettext-h
-save-cwd
-dirname
 error
+fcntl
+gettext-h
+lchmod
+lchown
+mkancesdirs
 quote
+savewd
 stat-macros
 stdbool
 
@@ -22,6 +24,7 @@ configure.ac:
 gl_MKDIR_PARENTS
 
 Makefile.am:
+lib_SOURCES += dirchownmod.h mkdir-p.h
 
 Include:
 "mkdir-p.h"
@@ -30,4 +33,4 @@ License:
 GPL
 
 Maintainer:
-Jim Meyering
+Paul Eggert, Jim Meyering