1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/mkdir
Bruno Haible f63d7cb37e mkdir: Move AC_LIBOBJ invocations to module description.
* m4/mkdir.m4 (gl_FUNC_MKDIR): Move AC_LIBOBJ invocations from here...
* modules/mkdir (configure.ac): ... to here.
2011-06-16 00:06:31 +02:00

28 lines
314 B
Plaintext

Description:
mkdir() function: create a directory.
Files:
lib/mkdir.c
m4/mkdir.m4
Depends-on:
sys_stat
dirname-lgpl [test $REPLACE_MKDIR = 1]
configure.ac:
gl_FUNC_MKDIR
if test $REPLACE_MKDIR = 1; then
AC_LIBOBJ([mkdir])
fi
Makefile.am:
Include:
<sys/stat.h>
License:
LGPLv2+
Maintainer:
Jim Meyering