> So do I. > This allows to have a single source and to build with different options (ex, > with and without boost).
the problem here is that make distcheck internally calls make dist which create some files e.g. po/Makefile po/POTFILES in the source tree which disallow to work ../configure -src='..' && make normally. pavel
