diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-19 04:34:01 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-19 04:34:01 +0000 |
commit | b5a464e0997c2b9f8e2f77a3007101e16f0a5c3d (patch) | |
tree | 8e27d442bfb2ab17070bd0049dbcb1a144362751 /gcc/doc | |
parent | a6171273f41a966e1e336c779c1b5a3297629068 (diff) | |
download | gcc-b5a464e0997c2b9f8e2f77a3007101e16f0a5c3d.tar.gz |
* doc/install.texi (Prerequisites): Mention automake 1.9.6.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117878 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 072436a6204..881959f7170 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. |