X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgroup-member;h=9baf8e9883348634f4fd6667ed84265663782944;hb=612ef3f7eabd0630941517d225e866a7fb7a3b3e;hp=6432a4fdc3f60fb9f08edcd21249dc1528cc309f;hpb=5eeec029e833abe9ba663d51bb556bd1eebb814e;p=gnulib.git diff --git a/modules/group-member b/modules/group-member index 6432a4fdc..9baf8e988 100644 --- a/modules/group-member +++ b/modules/group-member @@ -2,21 +2,27 @@ 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: 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: Include: -"group-member.h" + License: GPL