Re: make distcheck patch
David Fang <[email protected]> Sat, 6 Jan 2007 20:32:36 -0500 (EST)
| Newsgroups | gmane.comp.gnu.aspell.devel |
|---|---|
| Message-ID | <[email protected]> |
> > Makefile.am: In addition to $(srcdir) references for VPATH building > > (mentioned in previous thread), I've expanded wildcards in > > EXTRA_DIST names to facilitate distcheck-ing. > > Why is this (expanded wildcards) necessary? I'll rather not, as it will > make it easy to forgot files like I did with oo-only.texi. Kevin, I should've mentioned that I was regenerating with automake-1.9.6, as opposed to 1.10, which seems to be what you're using. According to 1.10's release notes, wild-card expansion has been implemented in certain contexts (they mention aclocal explicitly). If it works for you in EXTRA_DIST, then you may ignore those parts of the patch, as I don't have 1.10 handy. Sorry for the noise. Fang