]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Added Compaq fort to the list of F95 compilers
authorSteven G. Johnson <stevenj@alum.mit.edu>
Wed, 30 May 2001 12:45:04 +0000 (12:45 +0000)
committerSteven G. Johnson <stevenj@alum.mit.edu>
Wed, 30 May 2001 12:45:04 +0000 (12:45 +0000)
ChangeLog
aclang.m4
lib/autoconf/c.m4
lib/autoconf/fortran.m4
lib/autoconf/lang.m4

index 35cac57446b56b312647617a3579ce8edea59407..3ceed5088fb86faf3358808569fbb7e80baa5110 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
+
+       * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
+       Fortran (95) compilers to check.
+
 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
index 5ee4ea9d184aa7273aae0574e5dea9e90ca39ec8..0b9f99e1a5b925dc41fb2afae49b3ffd5c741b20 100644 (file)
--- a/aclang.m4
+++ b/aclang.m4
@@ -1259,6 +1259,7 @@ AU_DEFUN([ac_cv_prog_g77],
 # fl32 is the Microsoft Fortran "PowerStation" compiler.
 # af77 is the Apogee F77 compiler for Intergraph hardware running CLIX.
 # epcf90 is the "Edinburgh Portable Compiler" F90.
+# fort is the Compaq Fortran 90 (now 95) compiler for Tru64 and Linux/Alpha.
 AC_DEFUN([AC_PROG_F77],
 [AC_LANG_PUSH(Fortran 77)dnl
 AC_ARG_VAR([F77],    [Fortran 77 compiler command])dnl
@@ -1266,7 +1267,7 @@ AC_ARG_VAR([FFLAGS], [Fortran 77 compiler flags])dnl
 _AC_ARG_VAR_LDFLAGS()dnl
 AC_CHECK_TOOLS(F77,
       [m4_default([$1],
-                  [g77 f77 xlf cf77 cft77 pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 xlf95 lf95 g95 fc])])
+                  [g77 f77 xlf cf77 cft77 pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95 fc])])
 
 m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl
 m4_expand_once([_AC_COMPILER_OBJEXT])[]dnl
index 5ee4ea9d184aa7273aae0574e5dea9e90ca39ec8..0b9f99e1a5b925dc41fb2afae49b3ffd5c741b20 100644 (file)
@@ -1259,6 +1259,7 @@ AU_DEFUN([ac_cv_prog_g77],
 # fl32 is the Microsoft Fortran "PowerStation" compiler.
 # af77 is the Apogee F77 compiler for Intergraph hardware running CLIX.
 # epcf90 is the "Edinburgh Portable Compiler" F90.
+# fort is the Compaq Fortran 90 (now 95) compiler for Tru64 and Linux/Alpha.
 AC_DEFUN([AC_PROG_F77],
 [AC_LANG_PUSH(Fortran 77)dnl
 AC_ARG_VAR([F77],    [Fortran 77 compiler command])dnl
@@ -1266,7 +1267,7 @@ AC_ARG_VAR([FFLAGS], [Fortran 77 compiler flags])dnl
 _AC_ARG_VAR_LDFLAGS()dnl
 AC_CHECK_TOOLS(F77,
       [m4_default([$1],
-                  [g77 f77 xlf cf77 cft77 pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 xlf95 lf95 g95 fc])])
+                  [g77 f77 xlf cf77 cft77 pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95 fc])])
 
 m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl
 m4_expand_once([_AC_COMPILER_OBJEXT])[]dnl
index 5ee4ea9d184aa7273aae0574e5dea9e90ca39ec8..0b9f99e1a5b925dc41fb2afae49b3ffd5c741b20 100644 (file)
@@ -1259,6 +1259,7 @@ AU_DEFUN([ac_cv_prog_g77],
 # fl32 is the Microsoft Fortran "PowerStation" compiler.
 # af77 is the Apogee F77 compiler for Intergraph hardware running CLIX.
 # epcf90 is the "Edinburgh Portable Compiler" F90.
+# fort is the Compaq Fortran 90 (now 95) compiler for Tru64 and Linux/Alpha.
 AC_DEFUN([AC_PROG_F77],
 [AC_LANG_PUSH(Fortran 77)dnl
 AC_ARG_VAR([F77],    [Fortran 77 compiler command])dnl
@@ -1266,7 +1267,7 @@ AC_ARG_VAR([FFLAGS], [Fortran 77 compiler flags])dnl
 _AC_ARG_VAR_LDFLAGS()dnl
 AC_CHECK_TOOLS(F77,
       [m4_default([$1],
-                  [g77 f77 xlf cf77 cft77 pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 xlf95 lf95 g95 fc])])
+                  [g77 f77 xlf cf77 cft77 pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95 fc])])
 
 m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl
 m4_expand_once([_AC_COMPILER_OBJEXT])[]dnl
index 5ee4ea9d184aa7273aae0574e5dea9e90ca39ec8..0b9f99e1a5b925dc41fb2afae49b3ffd5c741b20 100644 (file)
@@ -1259,6 +1259,7 @@ AU_DEFUN([ac_cv_prog_g77],
 # fl32 is the Microsoft Fortran "PowerStation" compiler.
 # af77 is the Apogee F77 compiler for Intergraph hardware running CLIX.
 # epcf90 is the "Edinburgh Portable Compiler" F90.
+# fort is the Compaq Fortran 90 (now 95) compiler for Tru64 and Linux/Alpha.
 AC_DEFUN([AC_PROG_F77],
 [AC_LANG_PUSH(Fortran 77)dnl
 AC_ARG_VAR([F77],    [Fortran 77 compiler command])dnl
@@ -1266,7 +1267,7 @@ AC_ARG_VAR([FFLAGS], [Fortran 77 compiler flags])dnl
 _AC_ARG_VAR_LDFLAGS()dnl
 AC_CHECK_TOOLS(F77,
       [m4_default([$1],
-                  [g77 f77 xlf cf77 cft77 pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 xlf95 lf95 g95 fc])])
+                  [g77 f77 xlf cf77 cft77 pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95 fc])])
 
 m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl
 m4_expand_once([_AC_COMPILER_OBJEXT])[]dnl