Is this still a stumbling block?
I can get 'make check' to work, but 'make distcheck' fails with a message like:
In file included from ../../src/test-all.cpp:483: ../../src/color-profile-test.h:8:26: test-helpers.h: No such file or directory
It seems to have unpacked the tarball, configured and 'made' it, and is failling at doing a 'make check' on the fresh tree.
1. Is this what 'make distcheck' should be doing? And is it necessary? 2. It looks to me as if 'test-helpers.h' is not being put into the .tgz
I am working on the basis that either this file should be so included, or 'make distcheck' should not be requiring it.
Grateful for any advice or suggestions. It may be that there is some part of the invocation of 'make distcheck' that I am not doing properly ...
Ben