* atanl.c, logl.c: Add GPL notice, and make the code more similar to glibc.
[gnulib.git] / modules / lchown
index 6546231..d1923ec 100644 (file)
@@ -4,16 +4,24 @@ lchown() function: change ownership of a file.
 Files:
 lib/lchown.h
 lib/lchown.c
+lib/stat-macros.h
 m4/lchown.m4
 
 Depends-on:
 chown
 
 configure.ac:
-jm_FUNC_LCHOWN
+gl_FUNC_LCHOWN
 
 Makefile.am:
-lib_SOURCES += lchown.h
+lib_SOURCES += lchown.h stat-macros.h
 
 Include:
+"lchown.h"
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering