gnulib-tool now synthesizes the EXTRA_DIST line.
[gnulib.git] / modules / mkdir
1 Description:
2 mkdir() function: create a directory.
3
4 Files:
5 lib/mkdir.c
6 m4/mkdir-slash.m4
7
8 Depends-on:
9 xalloc
10 dirname
11
12 configure.ac:
13 gl_FUNC_MKDIR_TRAILING_SLASH
14
15 Makefile.am:
16
17 Include:
18 <sys/stat.h>
19
20 License:
21 GPL
22
23 Maintainer:
24 Jim Meyering