X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgetugroups.m4;h=8dff39adc7fcdb7b98be161d7b680abd62d6a712;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=2483db6a90e60f13165653aa2abdda37ad5433f6;hpb=d599e5add275f75ed08e6527b8ee4d3f4f7c3aea;p=gnulib.git diff --git a/m4/getugroups.m4 b/m4/getugroups.m4 index 2483db6a9..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-2011 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]) ])