$NetBSD: patch-aa,v 1.2 2008/02/03 03:37:32 heinz Exp $ - Shell portability fix: see https://savannah.nongnu.org/bugs/index.php?22222 --- bootstrap.orig 2006-12-13 22:26:18.000000000 +0000 +++ bootstrap @@ -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