+2001-08-27 Tom Tromey <tromey@redhat.com>
+
+ * automake.texi (Macros): Typo fix.
+ From Christian Cornelssen
+
2001-08-27 Tom Tromey <tromey@redhat.com>
* tests/ansi3.test, tests/ansi5.test, tests/ccnoco.test,
Brian Jones cbj@nortel.net
Bruno Haible haible@ilog.fr
Chris Provenzano proven@io.proven.org
+Christian Cornelssen ccorn@cs.tu-berlin.de
danbp danpb@nospam.postmaster.co.uk
Dave Brolley brolley@redhat.com
Dave Morrison dave@bnl.gov
@code{AC_PROG_CC_C_O} when you need this functionality.
@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.
@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.