From: Jim Meyering Date: Mon, 25 Jan 2010 11:54:12 +0000 (+0100) Subject: bootstrap: detect MacOS 10.6's shasum, too X-Git-Tag: v0.1~4672 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=6d28070c3cc7a02107bf66402983b9fe4c6f8f6f;p=gnulib.git bootstrap: detect MacOS 10.6's shasum, too * build-aux/bootstrap: Also recognize MacOS 10.6's shasum. Suggested by Thomas Treichl . --- diff --git a/ChangeLog b/ChangeLog index dc7ce79ba..2c79e308c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-01-25 Jim Meyering + + bootstrap: detect MacOS 10.6's shasum, too + * build-aux/bootstrap: Also recognize MacOS 10.6's shasum. + Suggested by Thomas Treichl . + 2010-01-23 Jim Meyering xstrtoll: new module diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 77814464a..0fb0ac53b 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -188,8 +188,8 @@ find_tool () eval "export $find_tool_envvar" } -# Find sha1sum, named gsha1sum on MacPorts. -find_tool SHA1SUM sha1sum gsha1sum +# Find sha1sum, named gsha1sum on MacPorts, and shasum on MacOS 10.6. +find_tool SHA1SUM sha1sum gsha1sum shasum # Override the default configuration, if necessary. # Make sure that bootstrap.conf is sourced from the current directory