summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ChangeLog')
-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.