mbrlen: Fix cross-compilation guess for AIX.
[gnulib.git] / modules / lchown
index 81d488a..75672b4 100644 (file)
@@ -1,25 +1,29 @@
 Description:
-lchown() function: change ownership of a file.
+lchown() function: change ownership of a file, without following symlinks.
 
 Files:
-lib/lchown.h
 lib/lchown.c
 m4/lchown.m4
 
 Depends-on:
 chown
-stat-macros
+errno
+lstat
+stdbool
+sys_stat
+unistd
 
 configure.ac:
 gl_FUNC_LCHOWN
+gl_UNISTD_MODULE_INDICATOR([lchown])
 
 Makefile.am:
 
 Include:
-"lchown.h"
+<unistd.h>
 
 License:
 GPL
 
 Maintainer:
-Jim Meyering
+Jim Meyering, Eric Blake