$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