X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetgroups;h=9926a12444cbc14f28de21c4921e7a71bbd5caca;hb=5068051817bc09c088f31d3627956bfe5086b130;hp=472d20e9ce60eeb408ff00f50da0b206f7558bf5;hpb=80074d103cc72ea8f289b82c56bd3734aac82cd7;p=gnulib.git diff --git a/modules/getgroups b/modules/getgroups index 472d20e9c..9926a1244 100644 --- a/modules/getgroups +++ b/modules/getgroups @@ -6,11 +6,16 @@ lib/getgroups.c m4/getgroups.m4 Depends-on: -malloc-posix 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: @@ -18,7 +23,7 @@ Include: License: -GPL +LGPLv2+ Maintainer: Jim Meyering, Eric Blake