X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgetugroups.m4;h=8dff39adc7fcdb7b98be161d7b680abd62d6a712;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=d311f77f69830b2bc39e190cf5f82e4aa3debe22;hpb=78d218ff8a7c36feaa55c58abdcec8270654e6f1;p=gnulib.git diff --git a/m4/getugroups.m4 b/m4/getugroups.m4 index d311f77f6..8dff39adc 100644 --- a/m4/getugroups.m4 +++ b/m4/getugroups.m4 @@ -1,12 +1,11 @@ -# getugroups.m4 serial 8 -dnl Copyright (C) 2002, 2003, 2005, 2006, 2009 Free Software -dnl Foundation, Inc. +# getugroups.m4 serial 9 +dnl Copyright (C) 2002-2003, 2005-2006, 2009-2014 Free Software Foundation, +dnl 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. AC_DEFUN([gl_GETUGROUPS], [ - AC_LIBOBJ([getugroups]) AC_CHECK_HEADERS_ONCE([grp.h]) ])