Hello David,
* David Fang wrote on Fri, Jun 15, 2007 at 05:27:22AM CEST:
> With automake 1.9.6, I'm getting distcheck failures during the
> install phase (or just during non-distcheck make install):
>
> = reduced Makefile.am =
> # let package name == 'yoyodyne'
>
Hi,
With automake 1.9.6, I'm getting distcheck failures during the
install phase (or just during non-distcheck make install):
= reduced Makefile.am =
# let package name == 'yoyodyne'
foodir = $(pkgdatadir)/foo
foo_DATA = file1
dist_foo_DATA = file2
==