summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-01 14:42:06 +0000
committerJim Meyering <jim@meyering.net>2004-05-01 14:42:06 +0000
commitc7edb664e6c3fd15737c493f7a368d7da9943887 (patch)
treeec8007bd352515030a31252a76a6451e7c49bc1f /m4
parent84990aa0fc9808fdd54b29c204989caeae12d972 (diff)
downloadcoreutils-c7edb664e6c3fd15737c493f7a368d7da9943887.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 7f3151517..74ddec79e 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,12 @@
+2004-05-01 Jim Meyering <jim@meyering.net>
+
+ * jm-macros.m4 (gl_MACROS): Move fchown-checking code to chown.m4.
+ * chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
+ See if we need an fchown replacement.
+ (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
+ (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
+ and use the replacement function if we detect either defect.
+
2004-04-22 Paul Eggert <eggert@twinsun.com>
* jm-macros.m4 (gl_MACROS): Check for tcgetpgrp.