summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-17 19:47:45 +0000
committerJim Meyering <jim@meyering.net>2003-03-17 19:47:45 +0000
commit67b77b54e5ef474b79e9597004a0975ff779b749 (patch)
tree8d65744dc45f012c3d05349dc37f7d47182ef41d /m4
parentad5107669961d8c7ccb8963469c75dfe90047a44 (diff)
downloadcoreutils-67b77b54e5ef474b79e9597004a0975ff779b749.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index d4c948013..268864fb4 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,8 +1,8 @@
2003-03-17 Jim Meyering <jim@meyering.net>
- * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable,
- not one that is guaranteed to be `no'. Use `no_such_member'
- to indicate that condition, rather than `-1'.
+ * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
+ that is guaranteed to be `no'. Use `no_such_member' to indicate
+ that condition, rather than `-1' which is slightly misleading.
Change the name of the cache variable to have the gl_ prefix.
Prompted by a patch from Richard Dawe for DJGPP.