From: erickson Date: Wed, 17 Sep 2008 15:35:57 +0000 (+0000) Subject: using single "=" in test for more general compliance X-Git-Tag: osrf_rel_2_0_1~563 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cd884a75f3b86028dc40e479646670a7092572bb;p=OpenSRF.git using single "=" in test for more general compliance git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1431 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/autogen.sh b/autogen.sh index a4cdd62..1a8d53f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,9 +2,9 @@ # autogen.sh - generates configure using the autotools OS=`uname` -if [ "$OS" == "Darwin" ]; then +if [ "$OS" = "Darwin" ]; then : ${LIBTOOLIZE=glibtoolize} -elif [ "$OS" == "Linux" ]; then +elif [ "$OS" = "Linux" ]; then : ${LIBTOOLIZE=libtoolize} fi