+2000-11-28 Pavel Roskin <proski@gnu.org>
+
+ * doc/autoconf.texi (Fortran 77 Compiler Characteristics):
+ Don't suggest obsolete AC_LANG_FORTRAN77.
+ (Language Choice): Better preamble.
+
2000-11-28 Pavel Roskin <proski@gnu.org>
* doc/install.texi: Minor changes to eliminate TeX warnings.
check for characteristics not listed here, use @code{AC_TRY_COMPILE}
(@pxref{Examining Syntax}) or @code{AC_TRY_RUN} (@pxref{Run Time}),
making sure to first set the current language to Fortran 77
-@code{AC_LANG_FORTRAN77} (@pxref{Language Choice}).
+@code{AC_LANG(Fortran 77)} (@pxref{Language Choice}).
@defmac AC_F77_LIBRARY_LDFLAGS
@maindex F77_LIBRARY_LDFLAGS
@section Language Choice
@cindex Language
-Packages that use both C and C++ need to test features of both
-compilers. Autoconf-generated @code{configure} scripts check for C
-features by default. The following macros determine which language's
-compiler is used in tests that follow in @file{configure.in}.
+Autoconf-generated @code{configure} scripts check for the C compiler and
+its features by default. Packages that use other programming languages
+(maybe more than one, e.g. C and C++) need to test features of the
+compilers for the respective languages. The following macros determine
+which programming language is used in the subsequent tests in
+@file{configure.in}.
@defmac AC_LANG (@var{language})
Do compilation tests using the compiler, preprocessor and file