repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[coreutils.git]
/
m4
/
group-member.m4
blob
69498e46708d3363387a8f2b75aabe8e983bf508
1
#serial 2
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, , [AC_LIBOBJ(group-member)])
10
]
11
)