automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tracing from aclocal


From: Alexandre Duret-Lutz
Subject: Re: tracing from aclocal
Date: Wed, 20 Aug 2003 21:08:38 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

>>> "adl" == Alexandre Duret-Lutz <address@hidden> writes:

[...]

 adl> +  my $traces = ($ENV{AUTOM4te} || 'autom4te');

s/AUTOM4te/AUTOM4TE/

 adl> +  $traces .= " --language Autoconf-without-aclocal-m4 --no-cache 
$filename ";
 adl> +  # All candidate files.
 adl> +  $traces .= join (' ', sort keys %files) . " ";
 adl> +  # All candidate macros.
 adl> +  $traces .= join (' ', map { "--trace='$_:\$n'" } (keys %macro_seen));

BTW Akim, we discussed this: I confim that since the autom4te
arguments now differ in both invocations, it works equally well
without using --no-cache here.  (By "working" I just mean that
the test suite passes where it failed because of some cache
issue.)

I'll install the patch this week-end.  I still have to add a bit
of documentation (like the use of $AUTOM4TE).

[...]

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]