changeset 12815:3782e680ac8b

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>.
author Jim Meyering <meyering@redhat.com>
date Mon, 25 Jan 2010 12:54:12 +0100
parents fcd269d69e88
children 7a4d2814715b
files ChangeLog build-aux/bootstrap
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -188,8 +188,8 @@
   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