Re: [PATCH] {maint} aclocal: error out again on unrecognized arguments

2012-05-02 Thread Stefano Lattarini
On 05/02/2012 12:33 AM, Eric Blake wrote: > On 05/01/2012 04:27 PM, Stefano Lattarini wrote: >> HI Eric, thanks for the super-quick review. >> >> On 05/02/2012 12:18 AM, Eric Blake wrote: >>> On 05/01/2012 04:14 PM, Stefano Lattarini wrote: Starting from commit v1.11-662-g52246cc of XXX, "XXX"

Re: [PATCH] {maint} aclocal: error out again on unrecognized arguments

2012-05-01 Thread Eric Blake
On 05/01/2012 04:27 PM, Stefano Lattarini wrote: > HI Eric, thanks for the super-quick review. > > On 05/02/2012 12:18 AM, Eric Blake wrote: >> On 05/01/2012 04:14 PM, Stefano Lattarini wrote: >>> Starting from commit v1.11-662-g52246cc of XXX, "XXX", aclocal has >> >> Did you mean to fix the XXX?

Re: [PATCH] {maint} aclocal: error out again on unrecognized arguments

2012-05-01 Thread Stefano Lattarini
HI Eric, thanks for the super-quick review. On 05/02/2012 12:18 AM, Eric Blake wrote: > On 05/01/2012 04:14 PM, Stefano Lattarini wrote: >> Starting from commit v1.11-662-g52246cc of XXX, "XXX", aclocal has > > Did you mean to fix the XXX? > Oops, I used a stale "git.msg" file when committing. F

Re: [PATCH] {maint} aclocal: error out again on unrecognized arguments

2012-05-01 Thread Eric Blake
On 05/01/2012 04:14 PM, Stefano Lattarini wrote: > Starting from commit v1.11-662-g52246cc of XXX, "XXX", aclocal has Did you mean to fix the XXX? > been silently ignoring non-option arguments instead of correctly > reporting them. Fix this regression. > > > +* Bugs introduced by 1.11.3: > +

[PATCH] {maint} aclocal: error out again on unrecognized arguments

2012-05-01 Thread Stefano Lattarini
Starting from commit v1.11-662-g52246cc of XXX, "XXX", aclocal has been silently ignoring non-option arguments instead of correctly reporting them. Fix this regression. * t/aclocal.sh: Update to catch the regression. * aclocal.in (parse_arguments): Explicitly reject non-option arguments. * NEWS: