17 lines
488 B
Plaintext
17 lines
488 B
Plaintext
$NetBSD: patch-ab,v 1.3 2013/05/08 17:49:11 adam Exp $
|
|
|
|
Shell portability fix: see
|
|
https://savannah.nongnu.org/bugs/index.php?22222
|
|
|
|
--- bootstrap.orig 2013-04-09 17:07:52.000000000 +0000
|
|
+++ bootstrap
|
|
@@ -2,7 +2,7 @@
|
|
# If we're on OS X, use glibtoolize instead of toolize
|
|
HOSTTYPE=`uname`
|
|
LIBTOOLIZE=libtoolize
|
|
-if [ "$HOSTTYPE" == "Darwin" ]; then
|
|
+if [ "$HOSTTYPE" = "Darwin" ]; then
|
|
GLIBTOOLIZE=`which glibtoolize`
|
|
if [ "x$GLIBTOOLIZE" != "x" ]; then
|
|
LIBTOOLIZE=glibtoolize
|