Re: [PATCH] Avoid triple-space after period.

2010-09-17 Thread Eric Blake
On 09/17/2010 11:02 AM, Ralf Wildenhues wrote: Hi Eric, * Eric Blake wrote on Fri, Sep 17, 2010 at 02:31:33PM CEST: * automake.in (handle_single_transform): Avoid 3 spaces at sentence end. * ChangeLog.03: Likewise. * lib/Automake/ChannelDefs.pm: Likewise. * lib/Automake/Channels.pm (_print_mess

Re: [PATCH v2] Overhauled and modularized tests in `instspc.test'.

2010-09-17 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Fri, Sep 17, 2010 at 03:51:39PM CEST: > On Thursday 16 September 2010, Stefano Lattarini wrote: > > On Thursday 16 September 2010, Ralf Wildenhues wrote: > > > * Stefano Lattarini wrote on Thu, Sep 16, 2010 at 09:53:22PM CEST: > > > > On Thursday 16 September 2010, Ralf

Re: [PATCH] Avoid triple-space after period.

2010-09-17 Thread Ralf Wildenhues
Hi Eric, * Eric Blake wrote on Fri, Sep 17, 2010 at 02:31:33PM CEST: > * automake.in (handle_single_transform): Avoid 3 spaces at > sentence end. > * ChangeLog.03: Likewise. > * lib/Automake/ChannelDefs.pm: Likewise. > * lib/Automake/Channels.pm (_print_message): Likewise. > * lib/Automake/Rule.pm

Re: [PATCH v2] Overhauled and modularized tests in `instspc.test'.

2010-09-17 Thread Stefano Lattarini
On Thursday 16 September 2010, Stefano Lattarini wrote: > On Thursday 16 September 2010, Ralf Wildenhues wrote: > > * Stefano Lattarini wrote on Thu, Sep 16, 2010 at 09:53:22PM CEST: > > > On Thursday 16 September 2010, Ralf Wildenhues wrote: > > > > With nits below addressed, the patch is OK for m

[PATCH] Avoid triple-space after period.

2010-09-17 Thread Eric Blake
* automake.in (handle_single_transform): Avoid 3 spaces at sentence end. * ChangeLog.03: Likewise. * lib/Automake/ChannelDefs.pm: Likewise. * lib/Automake/Channels.pm (_print_message): Likewise. * lib/Automake/Rule.pm (rule): Likewise. * lib/Automake/Variable.pm (var): Likewise. * lib/am/distdir.am

[FYI] pushed patches

2010-09-17 Thread Stefano Lattarini
I pushed the following approved patches to maint (with merges in master and branch-1.11). Regards, Stefano -*-*- Stefano Lattarini (3): tests/README: Don't put GCS mandated tools in $required. Fixlets for HACKING. Test automake-generated portions of configure help screen. ChangeLog

Re: [PATCH] Add new 'AM_PROG_AR' macro, triggering the 'ar-lib' script.

2010-09-17 Thread Stefano Lattarini
Hi Peter, Hi Ralf, just a quick thought... On Friday 17 September 2010, Peter Rosin wrote: > Hi Ralf, > > Den 2010-09-16 20:03 skrev Ralf Wildenhues: > >> + > >> + if (! $seen_ar) > >> + { > >> +msg ('portability', $where, > >> + "`$onelib': linking libraries requires " > >> +

Re: [PATCH] Add new 'AM_PROG_AR' macro, triggering the 'ar-lib' script.

2010-09-17 Thread Peter Rosin
Hi Ralf, Den 2010-09-16 20:03 skrev Ralf Wildenhues: > Hi Peter, > > I've looked over the non-testsuite part of this now. Comments below. > I'll try to get the rest done this weekend. Ok, great, and thanks! > * Peter Rosin wrote on Thu, Sep 16, 2010 at 10:50:05AM CEST: >> --- a/automake.in >>