unistr/u*-chr: test multibyte sequences
[gnulib.git] / modules / chown
index 49e78c2..4c296ac 100644 (file)
@@ -1,16 +1,29 @@
 Description:
+chown() function: change ownership of a file, following symlinks.
 
 Files:
 lib/chown.c
+lib/fchown-stub.c
 m4/chown.m4
 
 Depends-on:
+open
+stat
+stdbool
+sys_stat
+unistd
 
 configure.ac:
-jm_FUNC_CHOWN
+gl_FUNC_CHOWN
+gl_UNISTD_MODULE_INDICATOR([chown])
 
 Makefile.am:
 
 Include:
 <unistd.h>
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering