blob: 9fa9cdf6afe5bbd809767567de3cfcce7ca2b70f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.1.1.1 2009/11/24 11:18:53 obache 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
|