avoid new AC_REQUIRE expanded-before-required warnings
[gnulib.git] / modules / chown
1 Description:
2 chown() function: change ownership of a file, following symlinks.
3
4 Files:
5 lib/chown.c
6 lib/fchown-stub.c
7 m4/chown.m4
8
9 Depends-on:
10 open
11 unistd
12 stat
13 sys_stat
14
15 configure.ac:
16 AC_REQUIRE([gl_FUNC_CHOWN])
17 gl_UNISTD_MODULE_INDICATOR([chown])
18
19 Makefile.am:
20
21 Include:
22 <unistd.h>
23
24 License:
25 GPL
26
27 Maintainer:
28 Jim Meyering