posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mkdirat
blob7b70a0b7a201a07fae3b7226a1431d2db017364a
1 Description:
2 mkdirat() function: Create a directory relative to a given directory.
4 Files:
5 lib/mkdirat.c
6 lib/at-func.c
7 m4/mkdirat.m4
9 Depends-on:
10 sys_stat
11 extensions
12 at-internal     [test $HAVE_MKDIRAT = 0]
13 errno           [test $HAVE_MKDIRAT = 0]
14 fchdir          [test $HAVE_MKDIRAT = 0]
15 fcntl-h         [test $HAVE_MKDIRAT = 0]
16 filename        [test $HAVE_MKDIRAT = 0]
17 mkdir           [test $HAVE_MKDIRAT = 0]
18 openat-die      [test $HAVE_MKDIRAT = 0]
19 openat-h        [test $HAVE_MKDIRAT = 0]
20 save-cwd        [test $HAVE_MKDIRAT = 0]
21 unistd          [test $HAVE_MKDIRAT = 0]
23 configure.ac:
24 gl_FUNC_MKDIRAT
25 if test $HAVE_MKDIRAT = 0; then
26   AC_LIBOBJ([mkdirat])
27   gl_PREREQ_MKDIRAT
29 gl_SYS_STAT_MODULE_INDICATOR([mkdirat])
31 Makefile.am:
33 Include:
34 <sys/stat.h>
36 License:
37 GPL
39 Maintainer:
40 Jim Meyering, Eric Blake