This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: fastjar/Makefile.in is generated by a bad automake
- To: "H . J . Lu" <hjl at valinux dot com>
- Subject: Re: fastjar/Makefile.in is generated by a bad automake
- From: Gabriel Dos Reis <gdr at codesourcery dot com>
- Date: 21 Feb 2001 21:11:30 +0100
- Cc: gcc-bugs at gcc dot gnu dot org
- Organization: CodeSourcery, LLC
- References: <20010221112148.A19746@valinux.com>
"H . J . Lu" <hjl@valinux.com> writes:
| I believe fastjar/Makefile.in is generated by a bad automake. I
| noticed the same problem years ago in binutils. Around line 325,
| there
|
| @for file in $(DISTFILES); do \
| d=$(srcdir); \
| if test -d $$d/$$file; then \
| cp -pr $$/$$file $(distdir)/$$file; \
| ^^^
|
| I believe we fixed it in binutils with a good automake. Whoever
| is checking in fastjar/Makefile.in should get a newer automake.
Actually, the problem is in automake-1.4. I see that all the time in
the V3-land -- I need to correct it by hand. I don't know which
version of automake is recommended, but every time I try a CVS source
it randomly works...
-- Gaby
CodeSourcery, LLC http://www.codesourcery.com