]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
g95 is now to be called gfortran
authorSteven G. Johnson <stevenj@alum.mit.edu>
Sat, 11 Oct 2003 23:37:58 +0000 (23:37 +0000)
committerSteven G. Johnson <stevenj@alum.mit.edu>
Sat, 11 Oct 2003 23:37:58 +0000 (23:37 +0000)
ChangeLog
lib/autoconf/fortran.m4

index c3bd8ce9dfc748303a086c053cec79f03f9e8f33..6d53a8a38d6b87a5ec74a9cee85bc05cc33b9024 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
+
+       * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
+       name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
+
 2003-10-10  Andreas Schwab  <schwab@suse.de>
 
        * bin/autoheader.in: Avoid empty first line in --version and
index 897519d8b9785a8b072783c4dd30b187a465a7bb..ef2953c7bf7e0248414ef61ae1f28d57469e46cd 100644 (file)
@@ -329,7 +329,7 @@ AC_DEFUN([_AC_FC_DIALECT_YEAR],
 # Known compilers:
 #  f77/f90/f95: generic compiler names
 #  g77: GNU Fortran 77 compiler
-#  g95: putative GNU Fortran 95 compiler (in progress)
+#  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
@@ -341,7 +341,7 @@ AC_DEFUN([_AC_FC_DIALECT_YEAR],
 #  fort: Compaq (now HP) Fortran 90/95 compiler for Tru64 and Linux/Alpha
 #  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 g95])
+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_F77_FC], [g77 f77 xlf frt pgf77 fort77 fl32 af77])
 AC_DEFUN([_AC_PROG_FC],