From 7ed4b7a40bedf6d0cda527d54a91d7acfb7b4278 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Wed, 24 Aug 2005 22:25:48 +0000 Subject: [PATCH] * do a slightly better job at syncing the search ordering between F77 and F90 so that chances of us finding the same vendor's compilers are higher than might otherwise be... This commit was SVN r7021. --- config/ompi_setup_f77.m4 | 2 +- config/ompi_setup_f90.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ompi_setup_f77.m4 b/config/ompi_setup_f77.m4 index 0419baf817..e18329a13a 100644 --- a/config/ompi_setup_f77.m4 +++ b/config/ompi_setup_f77.m4 @@ -46,7 +46,7 @@ ompi_show_subtitle "Fortran 77 compiler" # value for the Fint tests # ompi_fflags_save="$FFLAGS" -AC_PROG_F77([g77 f77 xlf frt pgf77 fort77 fl32 af77 ifort]) +AC_PROG_F77([gfortran g77 f77 xlf frt ifort pgf77 fort77 fl32 af77]) FFLAGS="$ompi_fflags_save" if test -z "$F77"; then AC_MSG_WARN([*** Fortran 77 bindings disabled (could not find compiler)]) diff --git a/config/ompi_setup_f90.m4 b/config/ompi_setup_f90.m4 index 840c8a7e21..00a319b9b0 100644 --- a/config/ompi_setup_f90.m4 +++ b/config/ompi_setup_f90.m4 @@ -74,7 +74,7 @@ else # ompi_fcflags_save="$FCFLAGS" - AC_PROG_FC([f95 fort xlf95 ifort efc pgf95 lf95 gfortran f90 xlf90 pgf90 epcf90]) + AC_PROG_FC([gfortran f95 fort xlf95 ifort ifc efc pgf95 lf95 f90 xlf90 pgf90 epcf90]) FCFLAGS="$ompi_fcflags_save" if test -z "$FC"; then AC_MSG_WARN([*** Fortran 90/95 bindings disabled (could not find compiler)])