X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetgroups;h=9926a12444cbc14f28de21c4921e7a71bbd5caca;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=4903123eb54398e5cfd34a3c3e171170f9a06dff;hpb=a31967658bfb7892e2babaefab1c97fec4467281;p=gnulib.git diff --git a/modules/getgroups b/modules/getgroups index 4903123eb..9926a1244 100644 --- a/modules/getgroups +++ b/modules/getgroups @@ -12,6 +12,9 @@ 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: @@ -20,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Jim Meyering, Eric Blake