TODO: Add item for the build system to support a non-source-dir build

This would be a handy feature that many people would expect to just
work.
This commit is contained in:
Carl Worth 2011-01-31 05:30:07 +10:00
parent 0b1ddc5f66
commit 38f46b6869

10
TODO
View file

@ -255,6 +255,16 @@ existing messages at the next database upgrade).
Add support for the user to specify custom headers to be indexed (and
re-index these for existing messages at the next database upgrade).
Build system
------------
Fix to allow a non-source-directory build. For example, the below
should be made to work:
mkdir build_dir
cd build_dir
../configure
make
Test suite
----------
Achieve 100% test coverage with the test suite.