I'm trying to reinstall it, but am hitting a few roadblocks.
I'm reading following the tutorial here
When I get to the 3rd step, running the bootstrap with ./bootstrap.shFor this tutorial we will use the 0.2.8-armagetronad-ct+sty branch CD into /home/
cd /home/
download the source filesonce the source if finished downloading to the server CD to the branchCode: Select all
bzr branch lp:~armagetronad-ct/armagetronad/0.2.8-armagetronad-sty+ctnow run the bootstrapCode: Select all
cd /home/0.2.8-armagetronad-sty+ctNow configure the server. You can look up more options for configuration with ./configure --help. But we will configure the server to be, this wayCode: Select all
./bootstrap.shonce that is configured execute the following command.Code: Select all
./configure --disable-glout --enable-authentication --prefix=/home/armagetronad --exec_prefix=/home/armagetronadNow your server has been installed in /home/armagetronad/binCode: Select all
sudo make install
It says,
Code: Select all
Generating version...
Copying license...
Running aclocal...
./bootstrap.sh: line 14: aclocal: command not found
rm: cannot remove `aclocal.m4': No such file or directory
Any suggestions?


