Re: [PATCH 08/10] Add more tests about AUTOMAKE_OPTIONS.

2011-01-02 Thread Stefano Lattarini
On Sunday 02 January 2011, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Sun, Jan 02, 2011 at 06:45:07PM CET: > > On Sunday 02 January 2011, Ralf Wildenhues wrote: > > > * stefano.lattar...@gmail.com wrote on Thu, Dec 23, 2010 at 12:27:44PM > > > CET: > > > > > +cat > Makefile.am <<'END'

Re: [PATCH 08/10] Add more tests about AUTOMAKE_OPTIONS.

2011-01-02 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sun, Jan 02, 2011 at 06:45:07PM CET: > On Sunday 02 January 2011, Ralf Wildenhues wrote: > > * stefano.lattar...@gmail.com wrote on Thu, Dec 23, 2010 at 12:27:44PM CET: > > > +cat > Makefile.am <<'END' > > > +AUTOMAKE_OPTIONS = $(foo) foreign > > > +AUTOMAKE_OPTIONS +=

Re: [PATCH 08/10] Add more tests about AUTOMAKE_OPTIONS.

2011-01-02 Thread Stefano Lattarini
On Sunday 02 January 2011, Ralf Wildenhues wrote: > * stefano.lattar...@gmail.com wrote on Thu, Dec 23, 2010 at 12:27:44PM CET: > > In view of soon-to-follow refactorings (still in the pursuit of a > > fix for Automake bug#7669 a.k.a. PR/547), we add some more tests > > How about s/we // > Oops, I

Re: [PATCH 08/10] Add more tests about AUTOMAKE_OPTIONS.

2011-01-02 Thread Stefano Lattarini
On Sunday 02 January 2011, Ralf Wildenhues wrote: > * stefano.lattar...@gmail.com wrote on Thu, Dec 23, 2010 at 12:27:44PM CET: > > In view of soon-to-follow refactorings (still in the pursuit of a > > fix for Automake bug#7669 a.k.a. PR/547), we add some more tests > > How about s/we // > > > on

Re: [PATCH 08/10] Add more tests about AUTOMAKE_OPTIONS.

2011-01-02 Thread Ralf Wildenhues
* stefano.lattar...@gmail.com wrote on Thu, Dec 23, 2010 at 12:27:44PM CET: > In view of soon-to-follow refactorings (still in the pursuit of a > fix for Automake bug#7669 a.k.a. PR/547), we add some more tests How about s/we // > on AUTOMAKE_OPTIONS support, to prevent obvious regressions. > >

[PATCH 08/10] Add more tests about AUTOMAKE_OPTIONS.

2010-12-23 Thread stefano . lattarini
From: Stefano Lattarini In view of soon-to-follow refactorings (still in the pursuit of a fix for Automake bug#7669 a.k.a. PR/547), we add some more tests on AUTOMAKE_OPTIONS support, to prevent obvious regressions. * tests/amopts-indirect.test: New test. * tests/amopts-location.test: Likewise.