diff options
author | Jim Meyering <jim@meyering.net> | 2006-06-18 14:29:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-06-18 14:29:29 +0000 |
commit | bf24627b4fb032008671be06f19ebadee6dd0c04 (patch) | |
tree | 44345f231e3a6deb46674c70f99322c6fba8e34a /m4/ChangeLog | |
parent | 0399d3ff5f28ad9dd724a51c563c291ab18dc413 (diff) | |
download | coreutils-bf24627b4fb032008671be06f19ebadee6dd0c04.tar.xz |
* getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
Low-probability clean-up should be to use rmdir to get rid of
the just-created directory, not unlink.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r-- | m4/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 827bc22d0..ced95ddf2 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,5 +1,9 @@ 2006-06-18 Jim Meyering <jim@meyering.net> + * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo. + Low-probability clean-up should be to use rmdir to get rid of + the just-created directory, not unlink. + * ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make configure fail, and request a bug report to inform us about it. Add a comment that, barring reports to the contrary, in 2007 we'll |