X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fgetgroups;h=66ff12f2a79d663be22e56a2b262be06bc35891b;hb=13ebbbd5b53127e51b34532465119c97ec6c23ca;hp=8ecbbdd4935a3ffad9963e294d969d891047e0c3;hpb=61b3a42219dc8f575923346b59162f81186b7425;p=pspp diff --git a/modules/getgroups b/modules/getgroups index 8ecbbdd493..66ff12f2a7 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 +LGPL Maintainer: Jim Meyering, Eric Blake