faccessat: Move AC_LIBOBJ invocation to module description.
[gnulib.git] / modules / faccessat
1 Description:
2 faccessat() function: check user's permissions for a file.
3
4 Files:
5 lib/faccessat.c
6 lib/at-func.c
7 lib/openat-priv.h
8 m4/faccessat.m4
9
10 Depends-on:
11 at-internal
12 dosname
13 errno
14 extensions
15 fchdir
16 openat-die
17 openat-h
18 save-cwd
19 unistd
20 euidaccess      [test $HAVE_FACCESSAT = 0]
21
22 configure.ac:
23 gl_FUNC_FACCESSAT
24 if test $HAVE_FACCESSAT = 0; then
25   AC_LIBOBJ([faccessat])
26   gl_PREREQ_FACCESSAT
27 fi
28 gl_MODULE_INDICATOR([faccessat])
29 gl_UNISTD_MODULE_INDICATOR([faccessat])
30
31 Makefile.am:
32
33 Include:
34 <fcntl.h>
35 <unistd.h>
36
37 Link:
38 $(LIB_EACCESS)
39
40 License:
41 GPL
42
43 Maintainer:
44 Jim Meyering, Eric Blake