From e6ef8143dad08a909898bcd10d57a820346b6950 Mon Sep 17 00:00:00 2001 From: des Date: Thu, 1 Nov 2007 21:47:58 +0000 Subject: [PATCH] Add Solaris support. Avoid kshisms. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2222 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/autogen.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/varnish-cache/autogen.sh b/varnish-cache/autogen.sh index 3800db0e..537567d0 100755 --- a/varnish-cache/autogen.sh +++ b/varnish-cache/autogen.sh @@ -17,12 +17,15 @@ FreeBSD) Linux) LIBTOOLIZE=libtoolize ;; +SunOS) + LIBTOOLIZE=libtoolize + ;; *) warn "unrecognized platform:" `uname -s` LIBTOOLIZE=libtoolize esac -automake_version=$(automake --version | tr ' ' '\n' | egrep '^[0-9]\.[0-9a-z.-]+') +automake_version=`automake --version | tr ' ' '\n' | egrep '^[0-9]\.[0-9a-z.-]+'` if [ -z "$automake_version" ] ; then warn "unable to determine automake version" else -- 2.39.5