diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bd173b1..4321801 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-13 Kelley Cook <kcook@gcc.gnu.org> + + * doc/install.texi (automake): Document that everything now uses 1.9. + 2004-11-13 Bernd Schmidt <bernd.schmidt@analog.com> * cse.c (cse_insn): Stores in a libcall sequence can invalidate diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index d826681..f26e8fc 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -313,7 +313,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.8.5 and 1.9.1 +@item automake versions 1.9.x Necessary when modifying a @file{Makefile.am} file to regenerate its associated @file{Makefile.in}. @@ -324,9 +324,8 @@ file. Specifically this applies to the @file{gcc}, @file{intl}, as any of their subdirectories. The Java directory @file{libjava} and the @file{libstdc++-v3} directory -require automake 1.9.1. Every other directory should work with either -automake 1.8.5 and automake 1.9.1, but most of them have been tested only -with automake 1.8.5 so far. +require automake 1.9.x series. It is preferred to use the lastest released +version of this series. @item gettext version 0.12 (or later) |