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


On Wed, Feb 21, 2001 at 09:11:30PM +0100, Gabriel Dos Reis wrote:
> "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...
> 

automake-1.4-8 from RedHat 7.1 beta seems ok. Also I used the one
Ian put up for binutils:

ftp://sourceware.cygnus.com/pub/binutils/automake-000227.tar.bz2


-- 
H.J. Lu (hjl@valinux.com)


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