[[project @ 2002-11-04 04:15:46 by unknown_lamer] unknown_lamer**20021104041546 Added boostrap and fixed README.CVS. It turns out autoreconf doesn't work for some reason, so I'll just use a bootstrap script like the Autotools book suggests. ] { addfile ./bootstrap hunk ./README.CVS 3 - autoreconf --install --symlink + ./bootstrap hunk ./README.CVS 5 -to boostrap the source tree. Then follow the generic installation -instructions. +to boostrap the source tree. Then make sure to run configure with +`--enable-maintainer-mode' hunk ./bootstrap 1 - +#!/bin/sh + +aclocal +automake --add-missing +autoconf }