mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-31 15:00:26 +08:00
* 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:
parent
616dba6d84
commit
36535d5360
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user