Add dependencies to autoconf/automake
Brought to you by:
roever
Under Ubuntu 10.4, adding this patch will enable the missing Boost C++ library dependencies to be caught at ./configure time.
Apply patch:
patch < burrtools-0.6.2-autoconf_tools.patch
Reconfigure (you'll need build essentials installed because of the nature of this patch):
autoreconf
Then execute the normal sequence of commands:
./configure
make
make install
Patch for autoconf/automake