$NetBSD: patch-ab,v 1.1 2006/10/11 18:47:28 rillig Exp $

  - Shell portability fix: see
    https://savannah.nongnu.org/bugs/index.php?22222

--- bootstrap.orig	2006-10-11 20:46:46.000000000 +0200
+++ bootstrap	2006-10-11 20:46:27.000000000 +0200
@@ -1,7 +1,7 @@
 #! /bin/sh
 # If we're on OS X, use glibtoolize instead of toolize
 HOSTTYPE=`uname`
-if [ "$HOSTTYPE" == "Darwin" ]; then
+if [ "$HOSTTYPE" = "Darwin" ]; then
         LIBTOOLIZE=glibtoolize
 else
 	LIBTOOLIZE=libtoolize
