Re: autoconf fortran 90 support

2000-07-05 Thread Martin Wilck
[ 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

Re: autoconf fortran 90 support

2000-07-03 Thread Akim Demaille
| > 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

Re: autoconf fortran 90 support

2000-06-30 Thread Martin Wilck
> 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

Re: autoconf fortran 90 support

2000-06-30 Thread Akim Demaille
> "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