From: Jim Meyering Date: Mon, 17 Mar 2003 19:47:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.11~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67b77b54e5ef474b79e9597004a0975ff779b749;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/ChangeLog b/m4/ChangeLog index d4c9480135..268864fb44 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,8 +1,8 @@ 2003-03-17 Jim Meyering - * 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.