[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
add yet another Fortran compiler
From: |
Steven G. Johnson |
Subject: |
add yet another Fortran compiler |
Date: |
Thu, 24 May 2001 00:48:51 -0400 (EDT) |
2001-05-24 Steven G. Johnson <address@hidden>
* aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
Fortran (95) compilers to check.
===================================================================
RCS file: /cvs/autoconf/aclang.m4,v
retrieving revision 1.128
diff -u -r1.128 aclang.m4
--- aclang.m4 2001/05/11 15:54:43 1.128
+++ aclang.m4 2001/05/24 04:48:27
@@ -1261,6 +1261,7 @@
# 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
@@ -1268,7 +1269,7 @@
_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
- add yet another Fortran compiler,
Steven G. Johnson <=