Commit 04b6944f authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Add Solaris support. Avoid kshisms.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2222 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent b56ef6af
...@@ -17,12 +17,15 @@ FreeBSD) ...@@ -17,12 +17,15 @@ FreeBSD)
Linux) Linux)
LIBTOOLIZE=libtoolize LIBTOOLIZE=libtoolize
;; ;;
SunOS)
LIBTOOLIZE=libtoolize
;;
*) *)
warn "unrecognized platform:" `uname -s` warn "unrecognized platform:" `uname -s`
LIBTOOLIZE=libtoolize LIBTOOLIZE=libtoolize
esac 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 if [ -z "$automake_version" ] ; then
warn "unable to determine automake version" warn "unable to determine automake version"
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment