bootstrap: support checksum utils without a --status option
authorPádraig Brady <P@draigBrady.com>
Thu, 8 Aug 2013 10:08:49 +0000 (11:08 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 10 Aug 2013 00:35:06 +0000 (01:35 +0100)
commitc50edd6462eaaae00f8549f9bad99d4e68b94376
treef9dbfc1b0382884a115ac4f438ea3ef5a8338d83
parentc1118d1ccfa785a0f3bbfc7316bde06c938ade8b
bootstrap: support checksum utils without a --status option

* build-aux/bootstrap: Only look for sha1sum if updating po files.
Add sha1 to the list of supported checksum utils since it's now
supported through adjustments below.
(update_po_files): Remove the use of --status
in a way that will suppress all error messages, but since this is
only used to minimize updates, it shouldn't cause an issue.
Exit early if there is a problem updating the po file checksums.
(find_tool): Remove the check for --version support as this
is optional as per commit 86186b17.  Don't even check for the
presence of the command as if that is needed, it's supported
through configuring prerequisites in bootstrap.conf.
Prompt that when a tool isn't found, one can define an environment
variable to add to the hardcoded search list.
ChangeLog
build-aux/bootstrap