X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetgroups;h=66ff12f2a79d663be22e56a2b262be06bc35891b;hb=6045c2ba7c6a9fb040d41abd78765bfad437a08f;hp=8d4972edddc77be910ebf4d5c93e25f21f0e34ce;hpb=2e82f91f46dc3f93963b1e4fdcbc441c129df213;p=gnulib.git diff --git a/modules/getgroups b/modules/getgroups index 8d4972edd..66ff12f2a 100644 --- a/modules/getgroups +++ b/modules/getgroups @@ -6,13 +6,24 @@ lib/getgroups.c m4/getgroups.m4 Depends-on: -xalloc +unistd +malloc-posix [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1] +stdint [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1] configure.ac: -jm_FUNC_GETGROUPS +gl_FUNC_GETGROUPS +if test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1; then + AC_LIBOBJ([getgroups]) +fi +gl_UNISTD_MODULE_INDICATOR([getgroups]) Makefile.am: Include: +License: +LGPL + +Maintainer: +Jim Meyering, Eric Blake