X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgetugroups.m4;h=edd7b91dbad7e92adc1d11537e6dc8a67b392f82;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=2483db6a90e60f13165653aa2abdda37ad5433f6;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/getugroups.m4 b/m4/getugroups.m4 index 2483db6a9..edd7b91db 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-2013 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]) ])