X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgetgroups.m4;h=08837173f56dd930cd40b096ca896de7d7709789;hb=9e83e486f6e0949ad5d3843011ae88c495681727;hp=0f8e89e5853616f25d8d95a57a9b63955f449d2c;hpb=1e642be936b3a09f6200d753f035ce045d9c5dac;p=gnulib.git diff --git a/m4/getgroups.m4 b/m4/getgroups.m4 index 0f8e89e58..08837173f 100644 --- a/m4/getgroups.m4 +++ b/m4/getgroups.m4 @@ -1,9 +1,9 @@ -# serial 15 +# serial 16 dnl From Jim Meyering. dnl A wrapper around AC_FUNC_GETGROUPS. -# Copyright (C) 1996-1997, 1999-2004, 2008-2009 Free Software Foundation, Inc. +# Copyright (C) 1996-1997, 1999-2004, 2008-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,11 +15,9 @@ AC_DEFUN([gl_FUNC_GETGROUPS], AC_REQUIRE([AC_TYPE_GETGROUPS]) AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) if test "$ac_cv_func_getgroups" != yes; then - AC_LIBOBJ([getgroups]) HAVE_GETGROUPS=0 elif test "$ac_cv_func_getgroups_works.$ac_cv_type_getgroups" != yes.gid_t then - AC_LIBOBJ([getgroups]) REPLACE_GETGROUPS=1 AC_DEFINE([GETGROUPS_ZERO_BUG], [1], [Define this to 1 if getgroups(0,NULL) does not return the number of groups.]) @@ -35,7 +33,6 @@ AC_DEFUN([gl_FUNC_GETGROUPS], [gl_cv_func_getgroups_works=no], [gl_cv_func_getgroups_works="guessing no"])]) if test "$gl_cv_func_getgroups_works" != yes; then - AC_LIBOBJ([getgroups]) REPLACE_GETGROUPS=1 fi fi