X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fgroup-member;h=6c5051dc06fa756d7707bdec6fe843002bda67c5;hb=a49d519a875d441918b7bcb292d7d046cc7853ac;hp=0dcb8f20bd8a2421b5710d282387c0347c9a9f89;hpb=23fe10e274cf20fb2cb75ea1da9556a733106657;p=pspp diff --git a/modules/group-member b/modules/group-member index 0dcb8f20bd..6c5051dc06 100644 --- a/modules/group-member +++ b/modules/group-member @@ -2,23 +2,31 @@ 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 -stdbool +unistd +extensions +getgroups [test $HAVE_GROUP_MEMBER = 0] +xalloc [test $HAVE_GROUP_MEMBER = 0] +stdbool [test $HAVE_GROUP_MEMBER = 0] configure.ac: 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" + + +License: +GPL Maintainer: Jim Meyering -