Re: nobase.test

2006-09-05 Thread Ralf Wildenhues
Hello Peter, * Peter O'Gorman wrote on Wed, Sep 06, 2006 at 01:08:53AM CEST: > >>On Sun, Sep 03, 2006 at 09:33:20AM +0200, Ralf Wildenhues wrote: > >>>I say we drop the test and require that install-sh be executable. > >>>After all, this is so much easier to do. > On a regular basis, I patch pack

Re: nobase.test

2006-09-05 Thread Peter O'Gorman
On Sep 6, 2006, at 3:58 AM, Ralf Wildenhues wrote: [ http://lists.gnu.org/archive/html/automake/2006-09/msg1.html ] Hello Patrick, * Patrick Welche wrote on Mon, Sep 04, 2006 at 01:30:26PM CEST: On Sun, Sep 03, 2006 at 09:33:20AM +0200, Ralf Wildenhues wrote: I say we drop the test and

subdir-objects for Fortran

2006-09-05 Thread Ralf Wildenhues
Automake currently assumes that '-c -o' is fine for all Fortran dialects: output_flag is '-o' for all Fortran dialects. So there is no reason not to have the lang_*_rewrite return the right thing for subdir-objects support. The patch below does that, and also it adds some tests to ensure that thi

Re: nobase.test

2006-09-05 Thread Ralf Wildenhues
[ http://lists.gnu.org/archive/html/automake/2006-09/msg1.html ] Hello Patrick, * Patrick Welche wrote on Mon, Sep 04, 2006 at 01:30:26PM CEST: > On Sun, Sep 03, 2006 at 09:33:20AM +0200, Ralf Wildenhues wrote: > > I say we drop the test and require that install-sh be executable. > > After al