posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / openat
blob5ff4e4d53b6bc85cc5d04f64992b6718786b68c0
1 Description:
2 openat() function: Open a file at a directory.
4 Files:
5 lib/openat.c
6 m4/openat.m4
7 m4/open-cloexec.m4
8 m4/lstat.m4
9 m4/mode_t.m4
11 Depends-on:
12 fcntl-h
13 extensions
14 largefile
15 openat-h        [test $HAVE_OPENAT = 0 || test $REPLACE_OPENAT = 1]
16 stdbool         [test $HAVE_OPENAT = 0 || test $REPLACE_OPENAT = 1]
17 sys_stat        [test $HAVE_OPENAT = 0 || test $REPLACE_OPENAT = 1]
18 cloexec         [test $REPLACE_OPENAT = 1]
19 fstat           [test $REPLACE_OPENAT = 1]
20 at-internal     [test $HAVE_OPENAT = 0]
21 errno           [test $HAVE_OPENAT = 0]
22 fchdir          [test $HAVE_OPENAT = 0]
23 filename        [test $HAVE_OPENAT = 0]
24 open            [test $HAVE_OPENAT = 0]
25 openat-die      [test $HAVE_OPENAT = 0]
26 save-cwd        [test $HAVE_OPENAT = 0]
28 configure.ac:
29 gl_FUNC_OPENAT
30 if test $HAVE_OPENAT = 0 || test $REPLACE_OPENAT = 1; then
31   AC_LIBOBJ([openat])
32   gl_PREREQ_OPENAT
34 gl_MODULE_INDICATOR([openat]) dnl for lib/getcwd.c
35 gl_FCNTL_MODULE_INDICATOR([openat])
37 Makefile.am:
39 Include:
40 <fcntl.h>
42 License:
43 GPL
45 Maintainer:
46 Jim Meyering, Eric Blake