On Wed, May 23, 2012 at 6:13 PM, Peter Johansson <troj...@gmail.com> wrote:
> 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). But the script copies git_version.sed to $(builddir), and updates it if appropriate, so I want to use the version in $(builddir). Forcing the use of the version in $(srcdir) could lead to incorrect version information. Cheers Adam