log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / mkdir
blob032f1c5b61c8dd1d759f0fe545c1075da80dcf1d
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]
12 configure.ac:
13 gl_FUNC_MKDIR
14 if test $REPLACE_MKDIR = 1; then
15   AC_LIBOBJ([mkdir])
18 Makefile.am:
20 Include:
21 <sys/stat.h>
23 License:
24 LGPLv2+
26 Maintainer:
27 Jim Meyering