X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmgetgroups.m4;h=f6e4c4020d7390107f4c168d3cfe38b47068396c;hb=d2ea75707993cf1172a5b99213e7b2051586cb4a;hp=3d1958ffd7bd01d4bf76280009664c6300def435;hpb=8c4c7e9f211d2d5ed1099ca21b049f6ed567e678;p=gnulib.git diff --git a/m4/mgetgroups.m4 b/m4/mgetgroups.m4 index 3d1958ffd..f6e4c4020 100644 --- a/m4/mgetgroups.m4 +++ b/m4/mgetgroups.m4 @@ -1,5 +1,5 @@ -#serial 4 -dnl Copyright (C) 2007-2009 Free Software Foundation, Inc. +#serial 5 +dnl Copyright (C) 2007-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -7,5 +7,4 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_MGETGROUPS], [ AC_CHECK_FUNCS_ONCE([getgrouplist]) - AC_LIBOBJ([mgetgroups]) ])