symlink: Update regarding AIX.
[gnulib.git] / modules / group-member
index d6b5011..20075dd 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Determine whether the current process has the permissions of a given group ID.
 
 Files:
 lib/group-member.h
@@ -6,14 +7,21 @@ lib/group-member.c
 m4/group-member.m4
 
 Depends-on:
+extensions
+getgroups
 xalloc
+stdbool
 
 configure.ac:
-jm_FUNC_GROUP_MEMBER
+gl_FUNC_GROUP_MEMBER
 
 Makefile.am:
-lib_SOURCES += group-member.h
 
 Include:
 "group-member.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering