Revert autoupdate's revert.
[gnulib.git] / modules / mkdir
blob2f1850c61bc638251af04abd8a5e8995832aceb6
1 Description:
2 mkdir() function: create a directory.
4 Files:
5 lib/mkdir.c
6 m4/mkdir.m4
8 Depends-on:
9 sys_stat
10 dirname-lgpl    [test $REPLACE_MKDIR = 1]
11 stat            [test $REPLACE_MKDIR = 1]
13 configure.ac:
14 gl_FUNC_MKDIR
15 if test $REPLACE_MKDIR = 1; then
16   AC_LIBOBJ([mkdir])
19 Makefile.am:
21 Include:
22 <sys/stat.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 Jim Meyering