.
[coreutils.git] / m4 / getgroups.m4
blobe7bf2c1834c5d30500fc25ff162010f077094294
1 #serial 9
3 dnl From Jim Meyering.
4 dnl A wrapper around AC_FUNC_GETGROUPS.
6 AC_DEFUN([gl_FUNC_GETGROUPS],
8   AC_REQUIRE([AC_FUNC_GETGROUPS])
9   if test $ac_cv_func_getgroups_works = no; then
10     AC_LIBOBJ(getgroups)
11     AC_DEFINE(getgroups, rpl_getgroups,
12       [Define as rpl_getgroups if getgroups doesn't work right.])
13     gl_PREREQ_GETGROUPS
14   fi
15   test -n "$GETGROUPS_LIB" && LIBS="$GETGROUPS_LIB $LIBS"
18 # Prerequisites of lib/getgroups.c.
19 AC_DEFUN([gl_PREREQ_GETGROUPS],
21   AC_REQUIRE([AC_TYPE_GETGROUPS])