X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgroup-member;h=9baf8e9883348634f4fd6667ed84265663782944;hb=bbfcd2f1a92c9bdbb8d7d7d0a8a8c6665c316747;hp=8f8284a251ef3479481c74dd6cbd1f991f9a775a;hpb=fdb6eb330f7d598fc5f68a4364f1cc40662c6070;p=gnulib.git diff --git a/modules/group-member b/modules/group-member index 8f8284a25..9baf8e988 100644 --- a/modules/group-member +++ b/modules/group-member @@ -2,23 +2,30 @@ 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-oversized [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" + + +License: +GPL Maintainer: Jim Meyering -