fsusage: Support large volumes on glibc/Hurd, HP-UX, Solaris, MacOS X.
[pspp] / modules / group-member
index d6b5011cf7f317a5c52360c8ba5fc2aff58cf663..6c5051dc06fa756d7707bdec6fe843002bda67c5 100644 (file)
@@ -1,19 +1,32 @@
 Description:
+Determine whether the current process has the permissions of a given group ID.
 
 Files:
-lib/group-member.h
 lib/group-member.c
 m4/group-member.m4
 
 Depends-on:
-xalloc
+unistd
+extensions
+getgroups       [test $HAVE_GROUP_MEMBER = 0]
+xalloc          [test $HAVE_GROUP_MEMBER = 0]
+stdbool         [test $HAVE_GROUP_MEMBER = 0]
 
 configure.ac:
-jm_FUNC_GROUP_MEMBER
+gl_FUNC_GROUP_MEMBER
+if test $HAVE_GROUP_MEMBER = 0; then
+  AC_LIBOBJ([group-member])
+  gl_PREREQ_GROUP_MEMBER
+fi
+gl_UNISTD_MODULE_INDICATOR([group-member])
 
 Makefile.am:
-lib_SOURCES += group-member.h
 
 Include:
-"group-member.h"
+<unistd.h>
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering