X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetgroups;h=9926a12444cbc14f28de21c4921e7a71bbd5caca;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=94e5d6d0056d3c4734bc606027eab47721c6a75d;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/getgroups b/modules/getgroups index 94e5d6d00..9926a1244 100644 --- a/modules/getgroups +++ b/modules/getgroups @@ -6,20 +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: -EXTRA_DIST += getgroups.c Include: License: -GPL +LGPLv2+ Maintainer: -Jim Meyering - +Jim Meyering, Eric Blake