diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-03 09:35:55 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-03 09:35:55 +0000 |
commit | 65bf9cd48f02c2055f3d95fe3961687a69fa702c (patch) | |
tree | 199de6880b4a91ccb09135a5c75b86e892c2ec5b /m4 | |
parent | c6a39d64c042da81536923e4de8386a05b4327c7 (diff) | |
download | coreutils-65bf9cd48f02c2055f3d95fe3961687a69fa702c.tar.xz |
Minor fixes for port to Solaris 8.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index ef95ce5ef..5667bee81 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,11 @@ +2005-07-03 Paul Eggert <eggert@cs.ucla.edu> + + * fts.m4 (gl_FUNC_FTS_CORE): Don't require + AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat + module's job. + * jm-macros.m4 (gl_MACROS): Likewise. + * prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT. + 2005-07-03 Jim Meyering <jim@meyering.net> * fcntl-safer.m4 (gl_FCNTL_SAFER): Add fcntl--.h to the list. |