avoid some overlong lines from posix urls, etc.
[gnulib.git] / modules / mkdir-p
index 0ef6f60..3b0abdf 100644 (file)
@@ -2,27 +2,25 @@ Description:
 Ensure that a directory and its parents exist.
 
 Files:
-lib/chdir-safer.c
-lib/chdir-safer.h
-lib/lchmod.h
+lib/dirchownmod.c
+lib/dirchownmod.h
 lib/mkdir-p.c
 lib/mkdir-p.h
-lib/same-inode.h
-m4/afs.m4
-m4/chdir-safer.m4
-m4/lchmod.m4
 m4/mkdir-p.m4
 
 Depends-on:
-alloca
-chown
-gettext-h
-save-cwd
-dirname
 error
+fcntl-h
+gettext-h
+lchmod
+lchown
+mkancesdirs
 quote
+savewd
+stat
 stat-macros
 stdbool
+sys_stat
 
 configure.ac:
 gl_MKDIR_PARENTS
@@ -36,4 +34,4 @@ License:
 GPL
 
 Maintainer:
-Jim Meyering
+Paul Eggert, Jim Meyering