gnulib-tool.py: Regenerate aclocal.m4 before using 'autoconf -t ...'.
[gnulib.git] / modules / access
blob543857a1faec723b99cc860d5bfdb1e02a0a70b2
1 Description:
2 access() function: test the access rights of a file.
4 Files:
5 lib/access.c
6 m4/access.m4
8 Depends-on:
9 unistd
10 fcntl
11 stat
13 configure.ac:
14 gl_FUNC_ACCESS
15 gl_CONDITIONAL([GL_COND_OBJ_ACCESS], [test $REPLACE_ACCESS = 1])
16 gl_UNISTD_MODULE_INDICATOR([access])
18 Makefile.am:
19 if GL_COND_OBJ_ACCESS
20 lib_SOURCES += access.c
21 endif
23 Include:
24 <unistd.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 all