Fix for AIX.
[gnulib.git] / modules / group-member
index d6b5011..c9015ec 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
@@ -7,9 +8,10 @@ m4/group-member.m4
 
 Depends-on:
 xalloc
+stdbool
 
 configure.ac:
-jm_FUNC_GROUP_MEMBER
+gl_FUNC_GROUP_MEMBER
 
 Makefile.am:
 lib_SOURCES += group-member.h
@@ -17,3 +19,9 @@ lib_SOURCES += group-member.h
 Include:
 "group-member.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering
+