]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
grammatical fix
authorSteven G. Johnson <stevenj@alum.mit.edu>
Sat, 7 Jul 2001 01:33:24 +0000 (01:33 +0000)
committerSteven G. Johnson <stevenj@alum.mit.edu>
Sat, 7 Jul 2001 01:33:24 +0000 (01:33 +0000)
doc/autoconf.texi

index 7c1f0847c1f2ca6f5444965b1ce03e9cb5fb6a52..0a976d28ab7043ad1f69b5ad84e2662e64382bda 100644 (file)
@@ -4713,15 +4713,14 @@ With many compilers, the Fortran libraries detected by
 function that initializes things like Fortran I/O, and which then calls
 a user-provided entry function named e.g. @code{MAIN__} to run the
 user's program.  The @code{AC_F77_DUMMY_MAIN} or @code{AC_F77_MAIN}
-macros figure out how to deal with this interaction.
-
-When using Fortran only for purely numerical functions (no I/O,
-etcetera), users often prefer to provide their own @code{main} and skip
-the Fortran library initializations.  In this case, however, one may
-still need to provide a dummy @code{MAIN__} routine in order to prevent
-linking errors on some systems.  @code{AC_F77_DUMMY_MAIN} detects
-whether any such routine is @emph{required} for linking, and what its
-name is.
+macro figures out how to deal with this interaction.
+
+When using Fortran for purely numerical functions (no I/O, etcetera),
+users often prefer to provide their own @code{main} and skip the Fortran
+library initializations.  In this case, however, one may still need to
+provide a dummy @code{MAIN__} routine in order to prevent linking errors
+on some systems.  @code{AC_F77_DUMMY_MAIN} detects whether any such
+routine is @emph{required} for linking, and what its name is.
 
 If it cannot figure out how to link successfully, @code{ACTION-IF-FAIL}
 is executed, with the default action being to exit with an error