--- automake.texi.orig Wed Jan 6 14:01:26 1999 +++ automake.texi Thu Aug 23 23:04:28 2001 @@ -408,7 +408,7 @@ @code{pkglibdir}, @code{pkgincludedir}, and @code{pkgdatadir}; these are the same as the address@hidden versions, but with @samp{@@PACKAGE@@} appended. For instance, @code{pkglibdir} is defined as address@hidden(datadir)/@@PACKAGE@@}. address@hidden(libdir)/@@PACKAGE@@}. @cvindex PACKAGE @cindex EXTRA_, prepending @@ -1318,7 +1318,7 @@ @cvindex AM_PATH_LISPDIR @item AM_PROG_CC_STDC -If the C compiler in not in ANSI C mode by default, try to add an option +If the C compiler is not in ANSI C mode by default, try to add an option to output variable @code{CC} to make it so. This macro tries various options that select ANSI C on some system or another. It considers the compiler to be in ANSI C mode if it handles function prototypes correctly. @@ -2193,7 +2193,7 @@ @subsection Fortran 77 and Autoconf The current Automake support for Fortran 77 requires a recent enough -version Autoconf that also includes support for Fortran 77. Full +version of Autoconf that also includes support for Fortran 77. Full Fortran 77 support was added to Autoconf 2.13, so you will want to use that version of Autoconf or later.