From: Paul Eggert Date: Sun, 25 Sep 2005 03:07:53 +0000 (+0000) Subject: (gl_MACROS): Check for fchmod and fchown. X-Git-Tag: v5.90~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33247c7169cb6160be8341a1edcc05632a369018;p=thirdparty%2Fcoreutils.git (gl_MACROS): Check for fchmod and fchown. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 64fcfae561..0076eb71f7 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 \