X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgetgroups.m4;h=edc2bde9d90a71d6a64a33f66f3f490284595891;hb=f664d100c1b6807491654bfdf6d90e2d9fd5b4fd;hp=e7bf2c1834c5d30500fc25ff162010f077094294;hpb=23fe10e274cf20fb2cb75ea1da9556a733106657;p=gnulib.git diff --git a/m4/getgroups.m4 b/m4/getgroups.m4 index e7bf2c183..edc2bde9d 100644 --- a/m4/getgroups.m4 +++ b/m4/getgroups.m4 @@ -1,8 +1,15 @@ -#serial 9 +#serial 10 dnl From Jim Meyering. dnl A wrapper around AC_FUNC_GETGROUPS. +# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004 Free +# Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + AC_DEFUN([gl_FUNC_GETGROUPS], [ AC_REQUIRE([AC_FUNC_GETGROUPS])