aboutsummaryrefslogtreecommitdiffstats
path: root/m4/getgroups.m4 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert1-29/+0
2005-01-23Use an all-permissive copyright notice, recommended by RMS.Paul Eggert1-1/+8
2004-04-13Change `jm_' in AC_DEFINE'd names to `gl_'. Update all uses.Jim Meyering1-2/+2
2003-08-17Sync with gnulib.Jim Meyering1-2/+10
2002-11-09(jm_FUNC_GETGROUPS):Jim Meyering1-2/+2
Fix typo: cv_func_getgroups_works -> ac_cv_func_getgroups_works.
2002-09-28(jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPSJim Meyering1-40/+8
and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
2001-09-17Use AC_DEFINE rather than AC_DEFINE_UNQUOTED, whenever the right hand side ↵Jim Meyering1-1/+1
need not be expanded by the shell.
2001-08-12Quote the first argument in each use of AC_DEFUN.Jim Meyering1-2/+2
2000-07-02fix typo in last changeJim Meyering1-1/+1
2000-07-02Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with ↵Jim Meyering1-3/+2
AC_LIBOBJ([function_name]).
1999-02-07Use AC_SUBST(LIBOBJS) since we set LIBOBJS.Jim Meyering1-0/+1
1999-02-07Use .$ac_objext, not .oJim Meyering1-1/+1
1999-01-29Use the 3-argument forms of AC_DEFINE* macros.Jim Meyering1-6/+3
1997-01-25Move the code from configure.in intoJim Meyering1-1/+14
this macro that resorts to looking for getgroups in -lbsd. Set new shell variable, GETGROUPS_LIB (that callers should check), if it is found there.
1996-12-28Rewrite the test so that systems lackingJim Meyering1-17/+22
getgroups don't try to use the supplied replacement function -- that depends on the existence of such a function.
1996-12-21.Jim Meyering1-1/+1
1996-12-21broken out of ../acinclude.m4Jim Meyering1-0/+31