New file -- extracted from sh-utils' configure.in.
[gnulib.git] / m4 / group-member.m4
1 #serial 1
2
3 dnl Written by Jim Meyering
4
5 AC_DEFUN(jm_FUNC_GROUP_MEMBER,
6   [
7     dnl Do this replacement check manually because I want the hyphen
8     dnl (not the underscore) in the filename.
9     AC_CHECK_FUNC(group_member, , [LIBOBJS="$LIBOBJS group-member.$ac_objext"])
10     AC_SUBST(LIBOBJS)
11   ]
12 )