X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetgroups;h=66ff12f2a79d663be22e56a2b262be06bc35891b;hb=1bb384c44db25aef8f8b455cef22af32d8401abc;hp=219b454ddce7e4b10af2f051ee653bf6178daeb7;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/getgroups b/modules/getgroups index 219b454dd..66ff12f2a 100644 --- a/modules/getgroups +++ b/modules/getgroups @@ -6,16 +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: -Maintainer: -Jim Meyering +License: +LGPL +Maintainer: +Jim Meyering, Eric Blake