bootstrap: detect MacOS 10.6's shasum, too
authorJim Meyering <meyering@redhat.com>
Mon, 25 Jan 2010 11:54:12 +0000 (12:54 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 25 Jan 2010 11:54:12 +0000 (12:54 +0100)
* build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.

ChangeLog
build-aux/bootstrap

index dc7ce79..2c79e30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-25  Jim Meyering  <meyering@redhat.com>
+
+       bootstrap: detect MacOS 10.6's shasum, too
+       * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
+       Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
+
 2010-01-23  Jim Meyering  <meyering@redhat.com>
 
        xstrtoll: new module
index 7781446..0fb0ac5 100755 (executable)
@@ -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