Dave Love wrote: > * aclang.m4 (AC_PROG_F77): Check for f95 and fc too. > [...] > m4_default([$1], [g77 f77 xlf cf77 fl32 fort77 f90 xlf90 f95 fc])) Is "fc" an F95 compiler? F90? F77? I ask because I think all of the Fortran 77 compilers should be checked before the F90 compilers, which should be checked before the F95 compilers (as it is AC_PROG_*F77*, after all). Steven PS. Patches should go to the autoconf-patches mailing list.
- F77 tweak Dave Love
- Re: F77 tweak Steven G. Johnson
- Re: F77 tweak Dave Love