X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetgroups;h=9926a12444cbc14f28de21c4921e7a71bbd5caca;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=5e26cc4b10d028de76df75210c7a300db8bf07ef;hpb=23fe10e274cf20fb2cb75ea1da9556a733106657;p=gnulib.git diff --git a/modules/getgroups b/modules/getgroups index 5e26cc4b1..9926a1244 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: 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: +LGPLv2+ +Maintainer: +Jim Meyering, Eric Blake