]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fix md5sum+sha*sum on sparc: regenerate files with latest autoconf.
authorJim Meyering <meyering@redhat.com>
Tue, 27 Nov 2007 18:26:25 +0000 (19:26 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 27 Nov 2007 18:26:25 +0000 (19:26 +0100)
* 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.

ChangeLog

index ac0c133c0337884f233c5ce34d1e749159024f06..e04cd106bbfea2d9fa744cee88a60ae13df0de6c 100644 (file)
--- 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