On 05/24/2012 02:59 AM, Adam Mercer wrote:

Hmm, distcheck is still complaining. I've attached a tarball
containing a striped down version of my project which illustrates the
problem. Can anyone see what I'm doing wrong?


Hi Adam,

For me distcheck complains about no sed file which is because you call it
'sed -f git_version.sed' while it should be 'sed -f $(srcdir)/git_version.sed' as the sed script is distributed (in srcdir).

Cheers,
Peter

Reply via email to