]> Savannah Git Hosting - gnulib.git/commit
announce-gen: avoid failure when Digest::SHA is installed
authorDaiki Ueno <ueno@gnu.org>
Tue, 9 Jul 2013 06:54:48 +0000 (15:54 +0900)
committerPádraig Brady <P@draigBrady.com>
Mon, 14 Jul 2014 09:12:16 +0000 (10:12 +0100)
commit0172fd52dda0ff124002595a1c31cdec9e28a5e9
tree743f8577acd675fcb1821423860bf4ea18a8ea47
parent71be4c87c8267369f40fbfab7523ab9847154c02
announce-gen: avoid failure when Digest::SHA is installed

When Digest::SHA is available, Digest::SHA1 is not loaded and thus
Digest::SHA1->new in print_checksums fails.
* build-aux/announce-gen (digest_classes): New associative array
for available message digest implementations.
(print_locations): Use it.
ChangeLog
build-aux/announce-gen