aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2011-01-31 05:30:07 +1000
committerGravatar Carl Worth <cworth@cworth.org>2011-03-09 15:10:03 -0800
commit38f46b6869d3c5f4555e2da3a07700b3c94583a7 (patch)
tree34433ff413f97e796fb4496ac767f625ec86750f
parent0b1ddc5f6652bde99d63d9d553777b3d926694cf (diff)
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.
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index f8147b19..a34d95fa 100644
--- a/TODO
+++ b/TODO
@@ -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.