Re: subdir-objects for Fortran

2006-10-15 Thread Ralf Wildenhues
* Alexandre Duret-Lutz wrote on Sun, Oct 15, 2006 at 09:51:57PM CEST: > >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > RW> OK to apply? > > Please go ahead. Thanks. Done, thanks. I've put both reporters in THANKS. Cheers, Ralf

Re: subdir-objects for Fortran

2006-10-15 Thread Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: [...] RW> OK to apply? Please go ahead. Thanks. RW> Cheers, RW> Ralf RW> 2006-10-14 Ralf Wildenhues <[EMAIL PROTECTED]> RW> For PR automake/480. RW> * automake.in (lang_f77_rewrite, lang_fc_rewrite) RW> (lang_ppfc_rewrite, lan

Re: subdir-objects for Fortran

2006-10-14 Thread Ralf Wildenhues
[ http://lists.gnu.org/archive/html/automake-patches/2006-09/msg5.html http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=automake&pr=480 ] Apologies for the long delay. Just to decouple this from other Fortran changes, here's the previous proposed patch with

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