fcntl-h: rename from fcntl, in preparation for fcntl(2)
[gnulib.git] / modules / mkdir-p
1 Description:
2 Ensure that a directory and its parents exist.
3
4 Files:
5 lib/dirchownmod.c
6 lib/dirchownmod.h
7 lib/mkdir-p.c
8 lib/mkdir-p.h
9 m4/mkdir-p.m4
10
11 Depends-on:
12 error
13 fcntl-h
14 gettext-h
15 lchmod
16 lchown
17 mkancesdirs
18 quote
19 savewd
20 stat-macros
21 stdbool
22 sys_stat
23
24 configure.ac:
25 gl_MKDIR_PARENTS
26
27 Makefile.am:
28
29 Include:
30 "mkdir-p.h"
31
32 License:
33 GPL
34
35 Maintainer:
36 Paul Eggert, Jim Meyering