On Monday 03 January 2011, Ralf Wildenhues wrote:
>
> [BIG CUT]
> ...
> So no, without an argument why the refactoring is necessary in order to
> fix the bug (rather than just understand it), I'm sorry but I have to
> reject it, on the grounds that it causes a net code quality regression.
>
W
Hello Stefano,
* Stefano Lattarini wrote on Sun, Jan 02, 2011 at 11:57:42PM CET:
> On Sunday 02 January 2011, Ralf Wildenhues wrote:
> > * stefano.lattar...@gmail.com wrote on Thu, Dec 23, 2010 at 12:27:40PM CET:
> > > This change is useful only in view of soon-to-follow refactorings
> > > and sim
On Sunday 02 January 2011, Ralf Wildenhues wrote:
> Hi Stefano,
>
> * stefano.lattar...@gmail.com wrote on Thu, Dec 23, 2010 at 12:27:40PM CET:
> > This change is useful only in view of soon-to-follow refactorings
> > and simplifications, related to the fixing of Automake bug#7669
> > a.k.a. PR/54
Hi Stefano,
* stefano.lattar...@gmail.com wrote on Thu, Dec 23, 2010 at 12:27:40PM CET:
> This change is useful only in view of soon-to-follow refactorings
> and simplifications, related to the fixing of Automake bug#7669
> a.k.a. PR/547.
>
> * automake.in (%am_remake_options): New global hash va
Also, due to the amendedings to previous patches in the series,
the following squash-in is now necessary.
-*-*-
diff --git a/automake.in b/automake.in
index 06146cb..578df7c 100644
--- a/automake.in
+++ b/automake.in
@@ -8521,7 +8521,7 @@ sub parse_arguments ()
&parse_warnings ('-W', $warn
Hmpf, and I used a deprecated idiom to strip the extra automake
options from $AUTOMAKE; here is the additional squash-in to fix
that:
-*-*-
diff --git a/tests/remake-am-opts.test b/tests/remake-am-opts.test
index 5d8ac45..54f74ec 100755
--- a/tests/remake-am-opts.test
+++ b/tests/remake-am-opts.t
Oops, the test `remake-am-opts.test' was partly broken due to a stupid
typo in the generated Automake wrapper; here is what I squashed in to
fix the issue:
-*-*-
diff --git a/tests/remake-am-opts.test b/tests/remake-am-opts.test
index 64312d5..62377d1 100755
--- a/tests/remake-am-opts.test
+++ b/
From: Stefano Lattarini
This change is useful only in view of soon-to-follow refactorings
and simplifications, related to the fixing of Automake bug#7669
a.k.a. PR/547.
* automake.in (%am_remake_options): New global hash variable.
(parse_arguments): Initialize it.
(scan_autoconf_traces) [$macro