From 3a60f14cbb1520954ed0a3fcdbbe62523de13d04 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 27 Nov 2007 19:26:25 +0100 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index ac0c133c0..e04cd106b 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 -- 2.11.4.GIT