warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / xgetgroups
blob6ae36143425f919b590c340dabd88a7479ad9de0
1 Description:
2 Return the group IDs of a user or current process in malloc'd storage, with
3 out-of-memory checking.
5 Files:
6 lib/xgetgroups.c
8 Depends-on:
9 mgetgroups
10 xalloc
12 configure.ac:
13 gl_MODULE_INDICATOR([xgetgroups])
15 Makefile.am:
16 lib_SOURCES += xgetgroups.c
18 Include:
19 "mgetgroups.h"
21 License:
22 GPL
24 Maintainer:
25 Jim Meyering, Eric Blake