bootstrap: Avoid failure when gnulib-tool removed gettext.m4.
[gnulib.git] / modules / mkdirat
blobced87fcea09bf8898937708fc2bc6478fe7a7378
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 gl_CONDITIONAL([GL_COND_OBJ_MKDIRAT], [test $HAVE_MKDIRAT = 0])
26 AM_COND_IF([GL_COND_OBJ_MKDIRAT], [
27   gl_PREREQ_MKDIRAT
29 gl_SYS_STAT_MODULE_INDICATOR([mkdirat])
31 Makefile.am:
32 if GL_COND_OBJ_MKDIRAT
33 lib_SOURCES += mkdirat.c
34 endif
36 Include:
37 <sys/stat.h>
39 License:
40 GPL
42 Maintainer:
43 Jim Meyering, Eric Blake