fastjar/Makefile.in is generated by a bad automake

Gabriel Dos Reis gdr@codesourcery.com
Wed Feb 21 12:11:00 GMT 2001


"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



More information about the Gcc-bugs mailing list