From: des Date: Thu, 1 Nov 2007 21:47:58 +0000 (+0000) Subject: Add Solaris support. Avoid kshisms. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6ef8143dad08a909898bcd10d57a820346b6950;p=varnish Add Solaris support. Avoid kshisms. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2222 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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