* aclang.m4 (AC_PROG_F77): Add pgf90 to the list of compilers to

look for, after the other Fortran 90 compilers.
This commit is contained in:
Akim Demaille 2001-01-11 14:13:59 +00:00
parent 616dba6d84
commit 36535d5360
5 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2001-01-11 Steven G. Johnson <stevenj@alum.mit.edu>
* aclang.m4 (AC_PROG_F77): Add pgf90 to the list of compilers to
look for, after the other Fortran 90 compilers.
2001-01-11 Akim Demaille <akim@epita.fr>
* aclang.m4: Use m4_copy to duplicate macros.

View File

@ -1162,7 +1162,7 @@ AC_ARG_VAR([F77], [Fortran 77 compiler command])
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

View File

@ -1162,7 +1162,7 @@ AC_ARG_VAR([F77], [Fortran 77 compiler command])
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

View File

@ -1162,7 +1162,7 @@ AC_ARG_VAR([F77], [Fortran 77 compiler command])
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

View File

@ -1162,7 +1162,7 @@ AC_ARG_VAR([F77], [Fortran 77 compiler command])
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