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
.
[coreutils.git]
/
m4
/
lchown.m4
blob
9e4fb6fc591ad59e5353413fdf4e0a2e0ad512c1
1
#serial 2
2
3
dnl From Jim Meyering.
4
dnl Provide lchown on systems that lack it.
5
6
AC_DEFUN([jm_FUNC_LCHOWN],
7
[
8
AC_REQUIRE([AC_TYPE_UID_T])
9
AC_REPLACE_FUNCS(lchown)
10
])