>>> "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
==
> "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
- 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
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
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