X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgetgroups.m4;h=edc2bde9d90a71d6a64a33f66f3f490284595891;hb=9ff044ec4deb16682a04fb608b2576f205da48e3;hp=8f31010562545a4d20777b03ee3afe045f970cf3;hpb=4edfa51cff6b306a8835a1c1d160f8c2b8aa29c3;p=gnulib.git diff --git a/m4/getgroups.m4 b/m4/getgroups.m4 index 8f3101056..edc2bde9d 100644 --- a/m4/getgroups.m4 +++ b/m4/getgroups.m4 @@ -1,9 +1,16 @@ -#serial 8 +#serial 10 dnl From Jim Meyering. dnl A wrapper around AC_FUNC_GETGROUPS. -AC_DEFUN([jm_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]) if test $ac_cv_func_getgroups_works = no; then