[ Fortran 90 support in automake/autoconf problem: some compilers,
notably xlf90 on AIX, do not accept files with the ".f90" suffix" ]
Akim Demaille wrote on Monday:
> We should pick up the best suffix, .f90 seems very reasonable, and
> check that the compiler supports it. Then we must be read
| > 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 suffi
> 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
> "Martin" == Martin Wilck <[EMAIL PROTECTED]> writes:
Martin> Hi there,
Hi!
Martin> The new aclang.m4 structure actually makes implementing the
Martin> f90 support much easier than it was before.
That's the whole point, and I'm happy to see it meets its requirements
:)
Martin> I'd like t