r2222 - trunk/varnish-cache
des at projects.linpro.no
des at projects.linpro.no
Thu Nov 1 22:48:01 CET 2007
Author: des
Date: 2007-11-01 22:47:58 +0100 (Thu, 01 Nov 2007)
New Revision: 2222
Modified:
trunk/varnish-cache/autogen.sh
Log:
Add Solaris support. Avoid kshisms.
Modified: trunk/varnish-cache/autogen.sh
===================================================================
--- trunk/varnish-cache/autogen.sh 2007-10-30 14:41:11 UTC (rev 2221)
+++ trunk/varnish-cache/autogen.sh 2007-11-01 21:47:58 UTC (rev 2222)
@@ -17,12 +17,15 @@
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
More information about the varnish-commit
mailing list