16 lines
486 B
Text
16 lines
486 B
Text
$NetBSD: patch-ab,v 1.2 2008/02/03 03:37:33 heinz 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
|