* automake.texi (Macros): Typo fix.
authorTom Tromey <tromey@redhat.com>
Tue, 28 Aug 2001 04:50:15 +0000 (04:50 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 28 Aug 2001 04:50:15 +0000 (04:50 +0000)
From Christian Cornelssen

ChangeLog
THANKS
automake.texi

index 59c4ba9a83c3dd107c14fbaa1b3cfb3c0d073626..5ba876ab690e05f47b4a27d7e8d0064b3a59a4fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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,
diff --git a/THANKS b/THANKS
index 46086b403e54e1216ee0a0ae1cc941c66b981d1b..308d9b485d0e49a3fce6d392b8f3fa1666ac0cf9 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -26,6 +26,7 @@ Brian Ford            ford@vss.fsi.com
 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
index 1692702a0be2706af98fd3417fedde95e77b37de..a0829fbb2e5922e48d2caf63ebdc4d30a831aedf 100644 (file)
@@ -1410,7 +1410,7 @@ manner required by automake.  You must use this instead of
 @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.
@@ -2666,7 +2666,7 @@ included by the C++ linker, then they must be manually added to an
 @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.