diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-28 20:10:55 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-28 20:10:55 +0000 |
commit | 926de77e696273373c64a8387390a032c40a3ff1 (patch) | |
tree | 67052d484c8340bad222ebb79bf4aebad644041a /m4/ChangeLog | |
parent | 2146f830d28e6257fb0615df518aa4e5cf1b5c99 (diff) | |
download | coreutils-926de77e696273373c64a8387390a032c40a3ff1.tar.xz |
md5, sha1 cleanups.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r-- | m4/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 0930e990d..c608116a6 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2004-07-28 Paul Eggert <eggert@cs.ucla.edu> + + * md5.m4 (gl_MD5): Do not require AC_C_INLINE, since it doesn't + use inline any more. Require AC_C_BIGENDIAN, though. + * sha.m4 (gl_SHA): Require AC_C_BIGENDIAN. + 2004-07-27 Paul Eggert <eggert@cs.ucla.edu> * euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't bother checking for |