From: Jim Meyering Date: Tue, 27 Nov 2007 18:26:25 +0000 (+0100) Subject: Fix md5sum+sha*sum on sparc: regenerate files with latest autoconf. X-Git-Tag: v6.9.90~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a60f14cbb1520954ed0a3fcdbbe62523de13d04;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/ChangeLog b/ChangeLog index ac0c133c03..e04cd106bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-11-27 Jim Meyering + + 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 setuidgid.c: more cleanup