diff options
author | Tom Tromey <tromey@redhat.com> | 2006-10-19 04:34:01 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2006-10-19 04:34:01 +0000 |
commit | 2d142abdf326e15d183330ddca63a734fa56b478 (patch) | |
tree | 8e27d442bfb2ab17070bd0049dbcb1a144362751 | |
parent | 96a5495d96576087aceb7024688d7afee5ea72fc (diff) | |
download | gcc-2d142abdf326e15d183330ddca63a734fa56b478.zip gcc-2d142abdf326e15d183330ddca63a734fa56b478.tar.gz gcc-2d142abdf326e15d183330ddca63a734fa56b478.tar.bz2 |
* doc/install.texi (Prerequisites): Mention automake 1.9.6.
From-SVN: r117878
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b4ff9cf..729cadd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 072436a..881959f 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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. |