Re: Automake 1.5 - depcomp not added to DIST_COMMON

2001-11-09 Thread Alexandre Duret-Lutz
>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: [...] Akim> Given that this is the most important complaint against Automake, Akim> please install it. And NEWS it :P Ok. I'm including Pavel's test too. Here is what I'll commit once `make check' is finished. Index: ChangeLog ==

Re: Automake 1.5 - depcomp not added to DIST_COMMON

2001-11-09 Thread Akim Demaille
> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: adl> 2001-09-22 Alexandre Duret-Lutz <[EMAIL PROTECTED]> adl>Fix for distcommon2.test: * automake.in adl> (automake_needs_to_reprocess_all_files): New variable. ("main"): adl> Process all Makefiles a second time if adl> $automa

Re: Automake 1.5 - depcomp not added to DIST_COMMON

2001-09-22 Thread Robert Collins
- Original Message - From: "Raja R Harinath" <[EMAIL PROTECTED]> > > This doesn't look like it'll work with, say > > automake --add-missing src/Makefile > > This won't add 'depcomp' to DIST_COMMON in the top Makefile.in. You cannot use automake --add-missing src/Makefile until a strai

Re: Automake 1.5 - depcomp not added to DIST_COMMON

2001-09-22 Thread Raja R Harinath
Hi, Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: [snip] > +$automake_needs_to_reprocess_all_files = 0; > + > +# Now do all the work on each file. > +# This guy must be local otherwise it's private to the loop. > +use vars '$am_file'; > +local $am_file; > +foreach $am_f

Re: Automake 1.5 - depcomp not added to DIST_COMMON

2001-09-22 Thread Alexandre Duret-Lutz
Hi Pavel, >>> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes: Pavel> Hello! Pavel> It looks like I just found a serious bug in Automake 1.5. Perhaps the Pavel> Automake team should follow the example of Autoconf and concentrate on Pavel> making bugfix releases until (almost) everybody i