diff options
author | Jim Meyering <meyering@redhat.com> | 2007-11-27 19:26:25 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-11-27 19:26:25 +0100 |
commit | 3a60f14cbb1520954ed0a3fcdbbe62523de13d04 (patch) | |
tree | acf0b443a8dead5289cd443273a3d4987d302b81 /ChangeLog | |
parent | ac8a9a1ff04190cb1eb32eff1f6cef0dc7489091 (diff) | |
download | coreutils-3a60f14cbb1520954ed0a3fcdbbe62523de13d04.tar.xz |
Fix md5sum+sha*sum on sparc: regenerate files with latest autoconf.
* configure et al: Regenerate with very latest version of autoconf
(v2.61a-312-gb524b0f), to fix md5sum and sha*sum miscompilation
on big-endian systems (like sparc) due to lack of the required
definition in of WORDS_BIGENDIAN in lib/config.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-11-27 Jim Meyering <meyering@redhat.com> + + Fix md5sum+sha*sum on sparc: regenerate files with latest autoconf. + * configure et al: Regenerate with very latest version of autoconf + (v2.61a-312-gb524b0f), to fix md5sum and sha*sum miscompilation + on big-endian systems (like sparc) due to lack of the required + definition in of WORDS_BIGENDIAN in lib/config.h. + 2007-11-26 Jim Meyering <meyering@redhat.com> setuidgid.c: more cleanup |