summaryrefslogtreecommitdiff
path: root/inputmethod/libchewing/patches/patch-ac
blob: cb50a838df6da957da53214bc2c3c4b583f552e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1 2006/10/22 20:32:36 rillig Exp $

--- autogen.sh.orig	2005-08-08 15:35:00.000000000 +0200
+++ autogen.sh	2006-10-22 22:30:32.000000000 +0200
@@ -10,7 +10,7 @@ ${ACLOCAL:-aclocal} ${ACLOCAL_ARG}
 
 # Darwin has different name for "libtoolize"
 UNAME=`uname`
-if [ "x${UNAME}" == "xDarwin" ]; then
+if [ "x${UNAME}" = "xDarwin" ]; then
 	${LIBTOOLIZE:-glibtoolize} -c --automake 
 else
 	${LIBTOOLIZE:-libtoolize} -c --automake