fix out of tree build when using git src repo
authorAlick Zhao <alick9188@gmail.com>
Fri, 27 Jul 2012 10:57:52 +0000 (18:57 +0800)
committerAlick Zhao <alick9188@gmail.com>
Fri, 27 Jul 2012 10:57:52 +0000 (18:57 +0800)
commitf1bcc07f2465b53e25a077695415fe5c70a1e95c
tree813c5e91cc7801028cf1c03d87e344acecb05aa0
parent3f74e38f850f232c7b2637a4b70adc8ab9e0b903
fix out of tree build when using git src repo

The out of tree build failure only occurs when using git dev version.
It results from mismatch directory for textual data files.
It does not happen when using distributed tar ball because the textual
data files are distributed in the archive's data directory.

This patch will workaround the problem by uncompressing downloaded
textual data archive into src/data directory.
Note in this way we cannot do VPATH build when developing. Let's just
assume that use case is rare.
data/Makefile.am