This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: fastjar/Makefile.in is generated by a bad automake


"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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]