mbrlen: Fix cross-compilation guess for AIX.
[gnulib.git] / modules / chown
index 2a97007..4c296ac 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-chown() function: change ownership of a file.
+chown() function: change ownership of a file, following symlinks.
 
 Files:
 lib/chown.c
@@ -7,10 +7,15 @@ lib/fchown-stub.c
 m4/chown.m4
 
 Depends-on:
-stat-macros
+open
+stat
+stdbool
+sys_stat
+unistd
 
 configure.ac:
 gl_FUNC_CHOWN
+gl_UNISTD_MODULE_INDICATOR([chown])
 
 Makefile.am: