[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
add pgf90 to list of Fortran compilers
From: |
Steven G. Johnson |
Subject: |
add pgf90 to list of Fortran compilers |
Date: |
Tue, 9 Jan 2001 11:40:25 -0500 (EST) |
2001-1-09 Steven G. Johnson <address@hidden>
* aclang.m4 (AC_PROG_F77): Add pgf90 to the list of compilers
to look for, after the other Fortran 90 compilers.
===================================================================
RCS file: /cvs/autoconf/aclang.m4,v
retrieving revision 1.103
diff -u -r1.103 aclang.m4
--- aclang.m4 2000/12/20 18:41:10 1.103
+++ aclang.m4 2001/01/09 16:35:26
@@ -1162,7 +1162,7 @@
AC_ARG_VAR([FFLAGS], [Fortran 77 compiler flags])
AC_CHECK_TOOLS(F77,
[m4_default([$1],
- [g77 f77 xlf cf77 pgf77 fl32 fort77 f90 xlf90 f95 lf95 fc])])
+ [g77 f77 xlf cf77 pgf77 fl32 fort77 f90 xlf90 f95 lf95 pgf90
fc])])
_AC_LANG_COMPILER_WORKS
# If we don't use `.F' as extension, the preprocessor is not run on the
- add pgf90 to list of Fortran compilers,
Steven G. Johnson <=