X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgetugroups.m4;h=8dff39adc7fcdb7b98be161d7b680abd62d6a712;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=aea200e909bf9cc56fbd055805685b0ceb5dfe37;hpb=8d8eda4eab3d2801251daf4eb31756c3595e2fc6;p=gnulib.git diff --git a/m4/getugroups.m4 b/m4/getugroups.m4 index aea200e90..8dff39adc 100644 --- a/m4/getugroups.m4 +++ b/m4/getugroups.m4 @@ -1,5 +1,5 @@ -# getugroups.m4 serial 8 -dnl Copyright (C) 2002-2003, 2005-2006, 2009-2010 Free Software Foundation, +# 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, @@ -7,6 +7,5 @@ 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]) ])