mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* m4/getugroups.m4 (gl_GETUGROUPS): Remove AC_LIBOBJ invocation. * modules/getugroups (Makefile.am): Augment lib_SOURCES.
26 lines
259 B
Plaintext
26 lines
259 B
Plaintext
Description:
|
|
Return the group IDs of a user.
|
|
|
|
Files:
|
|
lib/getugroups.c
|
|
lib/getugroups.h
|
|
m4/getugroups.m4
|
|
|
|
Depends-on:
|
|
errno
|
|
|
|
configure.ac:
|
|
gl_GETUGROUPS
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += getugroups.c
|
|
|
|
Include:
|
|
"getugroups.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|