mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/mkdir.m4 (gl_FUNC_MKDIR): Move AC_LIBOBJ invocations from here... * modules/mkdir (configure.ac): ... to here.
28 lines
314 B
Plaintext
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
|