From: Paul Eggert Date: Wed, 22 May 2002 23:37:36 +0000 (+0000) Subject: (Fortran 77 Compiler): Don't suggest cf77. X-Git-Tag: AUTOCONF-2.53b~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9a1ba736c715b5f4f69a86384bc6bbcc59f1c79;p=thirdparty%2Fautoconf.git (Fortran 77 Compiler): Don't suggest cf77. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index de91cc8e0..ef6df4eae 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -5064,7 +5064,7 @@ example, if you didn't like the default order, then you could invoke @code{AC_PROG_F77} like this: @example -AC_PROG_F77(fl32 f77 fort77 xlf cf77 g77 f90 xlf90) +AC_PROG_F77(fl32 f77 fort77 xlf g77 f90 xlf90) @end example If using @code{g77} (the @sc{gnu} Fortran 77 compiler), then