> By no way should it be the user.  That's probably something easy to
> test and set.  Just set ac_ext to ac_cv_prog_f90_ac_ext in
> AC_LANG(Fortran 90) and compute the latter in AC_PROG_F90.  That
> should be enough?

The user must specify his source files with one or the other suffix
(.f90 would be standard, I guess).
If we find out that the compiler doesn't support the .f90 file suffix,
what should we do -
 - try to guess a compiler option that overrides that behaviour (hard)
 - copy or link %.f90 to %.f or whatever else
 - create a make rule that does that copying/linking 
 - other things I haven't thought of yet ?

-- 
Martin Wilck <[EMAIL PROTECTED]>
Institute for Tropospheric Research, Permoserstr. 15, D-04318 Leipzig, Germany
Tel. +49-341-2352151 / Fax +49-341-2352361

Reply via email to