From 6d28070c3cc7a02107bf66402983b9fe4c6f8f6f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 25 Jan 2010 12:54:12 +0100 Subject: [PATCH] bootstrap: detect MacOS 10.6's shasum, too * build-aux/bootstrap: Also recognize MacOS 10.6's shasum. Suggested by Thomas Treichl . --- ChangeLog | 6 ++++++ build-aux/bootstrap | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 -- 2.11.0