warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / mkdirat
blob0fe638ae86fa6e540769c8630b37248a39254f24
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 dosname         [test $HAVE_MKDIRAT = 0]
14 errno           [test $HAVE_MKDIRAT = 0]
15 fchdir          [test $HAVE_MKDIRAT = 0]
16 fcntl-h         [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