X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetgroups;h=9926a12444cbc14f28de21c4921e7a71bbd5caca;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=8ecbbdd4935a3ffad9963e294d969d891047e0c3;hpb=61b3a42219dc8f575923346b59162f81186b7425;p=gnulib.git diff --git a/modules/getgroups b/modules/getgroups index 8ecbbdd49..9926a1244 100644 --- a/modules/getgroups +++ b/modules/getgroups @@ -6,11 +6,15 @@ 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: @@ -19,7 +23,7 @@ Include: License: -GPL +LGPLv2+ Maintainer: Jim Meyering, Eric Blake