summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-27 19:26:25 +0100
committerJim Meyering <meyering@redhat.com>2007-11-27 19:26:25 +0100
commit3a60f14cbb1520954ed0a3fcdbbe62523de13d04 (patch)
treeacf0b443a8dead5289cd443273a3d4987d302b81
parentac8a9a1ff04190cb1eb32eff1f6cef0dc7489091 (diff)
downloadcoreutils-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.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac0c133c0..e04cd106b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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