posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / group-member
blob1b743a33b8bec7602bda9bf4df05fb3b04ebeb3c
1 Description:
2 Determine whether the current process has the permissions of a given group ID.
4 Files:
5 lib/group-member.c
6 m4/group-member.m4
8 Depends-on:
9 unistd
10 extensions
11 getgroups        [test $HAVE_GROUP_MEMBER = 0]
12 xalloc-oversized [test $HAVE_GROUP_MEMBER = 0]
14 configure.ac:
15 gl_FUNC_GROUP_MEMBER
16 if test $HAVE_GROUP_MEMBER = 0; then
17   AC_LIBOBJ([group-member])
18   gl_PREREQ_GROUP_MEMBER
20 gl_UNISTD_MODULE_INDICATOR([group-member])
22 Makefile.am:
24 Include:
25 <unistd.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 Jim Meyering