* doc/install.texi (Prerequisites): Mention automake 1.9.6.
authorTom Tromey <tromey@redhat.com>
Thu, 19 Oct 2006 04:34:01 +0000 (04:34 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 19 Oct 2006 04:34:01 +0000 (04:34 +0000)
From-SVN: r117878

gcc/ChangeLog
gcc/doc/install.texi

index b4ff9cf2adcc23d2bc7696f18ffeb3e8cfc36679..729cadd2211c712571c44333412ce6491812671b 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-18  Tom Tromey  <tromey@redhat.com>
+
+       * doc/install.texi (Prerequisites): Mention automake 1.9.6.
+
 2006-10-18  Jan Hubicka  <jh@suse.cz>
 
        PR middle-end/29299
index 072436a62046d76c69ad5463c9fd3471f0cce293..881959f717087b50c77e8b3fa364a90092707ec6 100644 (file)
@@ -325,7 +325,7 @@ to regenerate @file{configure} and @file{config.in} files.  Most
 directories require autoconf 2.59 (exactly), but the toplevel
 still requires autoconf 2.13 (exactly).
 
-@item automake versions 1.9.3
+@item automake version 1.9.6
 
 Necessary when modifying a @file{Makefile.am} file to regenerate its
 associated @file{Makefile.in}.
@@ -336,7 +336,7 @@ file.  Specifically this applies to the @file{gcc}, @file{intl},
 as any of their subdirectories.
 
 For directories that use automake, GCC requires the latest release in
-the 1.9.x series, which is currently 1.9.3.  When regenerating a directory
+the 1.9.x series, which is currently 1.9.6.  When regenerating a directory
 to a newer version, please update all the directories using an older 1.9.x
 to the latest released version.