diff options
-rw-r--r-- | m4/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 0287044f6..a9a274f73 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,16 @@ +2003-04-25 Jim Meyering <jim@meyering.net> + + * getcwd-path-max.m4 (GL_FUNC_GETCWD_PATH_MAX): If PATH_MAX + is not defined, don't run the test, and don't use the wrapper. + Otherwise, on the Hurd, it would take a long time to create + and remove a hierarchy about 4000 levels deep. + Based on a patch from Robert Millan. + +2003-04-22 Jim Meyering <jim@meyering.net> + + Aesthetics. + * gettext.m4: Change an occurrence of [ \t] to [\t ]. + 2003-04-07 Jim Meyering <jim@meyering.net> * prereq.m4 (jm_PREREQ_STAT): Add prerequisites and #includes |