*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 17 Mar 2003 19:47:45 +0000 (19:47 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 17 Mar 2003 19:47:45 +0000 (19:47 +0000)
m4/ChangeLog

index d4c9480135c64b64542769161e99a47230dcc154..268864fb44162ab6ab64d8561ae05ed241fc83aa 100644 (file)
@@ -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.