summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-09-25 03:07:53 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-09-25 03:07:53 +0000
commit33247c7169cb6160be8341a1edcc05632a369018 (patch)
tree4dea6dd621735f68802f2f1fad3b315bf3cc2131 /m4/jm-macros.m4
parent7fc308db7e311cbebb66cda121a6d06138ed4fad (diff)
downloadcoreutils-33247c7169cb6160be8341a1edcc05632a369018.tar.xz
(gl_MACROS): Check for fchmod and fchown.
Diffstat (limited to 'm4/jm-macros.m4')
-rw-r--r--m4/jm-macros.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 64fcfae56..0076eb71f 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -102,6 +102,8 @@ AC_DEFUN([gl_MACROS],
AC_CHECK_FUNCS_ONCE( \
endgrent \
endpwent \
+ fchmod \
+ fchown \
ftruncate \
hasmntopt \
isascii \