]> err.no Git - varnish/commitdiff
Add Solaris support. Avoid kshisms.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 1 Nov 2007 21:47:58 +0000 (21:47 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 1 Nov 2007 21:47:58 +0000 (21:47 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2222 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/autogen.sh

index 3800db0eab6094dd8883b32942c34314040bff76..537567d099371714d55a3a0530a8c8314f9bf809 100755 (executable)
@@ -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