Index: lib/autoconf/fortran.m4 =================================================================== RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/fortran.m4,v retrieving revision 1.182 diff -u -r1.182 fortran.m4 --- lib/autoconf/fortran.m4 9 Feb 2004 18:37:57 -0000 1.182 +++ lib/autoconf/fortran.m4 26 Mar 2004 21:50:35 -0000 @@ -336,17 +336,17 @@ # gfortran: putative GNU Fortran 95+ compiler (in progress) # fort77: native F77 compiler under HP-UX (and some older Crays) # frt: Fujitsu F77 compiler -# pgf77/pgf90/pgf95: Portland Group F77/F90/F95 compilers +# pgf77/pgf90/pghpf/pgf95: Portland Group F77/F90/F95 compilers # xlf/xlf90/xlf95: IBM (AIX) F77/F90/F95 compilers # lf95: Lahey-Fujitsu F95 compiler # fl32: Microsoft Fortran 77 "PowerStation" compiler # af77: Apogee F77 compiler for Intergraph hardware running CLIX # epcf90: "Edinburgh Portable Compiler" F90 # fort: Compaq (now HP) Fortran 90/95 compiler for Tru64 and Linux/Alpha -# ifc: Intel Fortran 95 compiler for Linux/x86 +# ifort, previously ifc: Intel Fortran 95 compiler for Linux/x86 # efc: Intel Fortran 95 compiler for IA64 -m4_define([_AC_F95_FC], [f95 fort xlf95 ifc efc pgf95 lf95 gfortran]) -m4_define([_AC_F90_FC], [f90 xlf90 pgf90 epcf90]) +m4_define([_AC_F95_FC], [f95 fort xlf95 ifort ifc efc pgf95 lf95 gfortran]) +m4_define([_AC_F90_FC], [f90 xlf90 pgf90 pghpf epcf90]) m4_define([_AC_F77_FC], [g77 f77 xlf frt pgf77 fort77 fl32 af77]) AC_DEFUN([_AC_PROG_FC], [_AC_FORTRAN_ASSERT()dnl