# HG changeset patch # User Volker Grabsch # Date 1265547233 -3600 # Node ID af58a2ee9a699d3210470ed0440571744b6b8855 # Parent ba0932ebf763d43bd179b167c0defdcca6d9b73e document a workaround for Solaris diff -r ba0932ebf763 -r af58a2ee9a69 doc/index.html --- a/doc/index.html Sun Feb 07 12:42:39 2010 +0100 +++ b/doc/index.html Sun Feb 07 13:53:53 2010 +0100 @@ -659,7 +659,11 @@ SUNWunzip SUNWwget

- Then download and install SCons by hand: + Then make Automake available: +

+
pfexec ln -s aclocal-1.10  /usr/bin/aclocal
+pfexec ln -s automake-1.10 /usr/bin/automake
+ and download and install SCons by hand:

wget http://prdownloads.sourceforge.net/scons/scons-1.2.0.tar.gz
 tar -xzf scons-1.2.0.tar.gz