Hash :
f63d7cb3
Author :
Date :
2011-05-21T15:32:08
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.
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