From 03f84f0b64dd142fc397230cbb367c26a72017d8 Mon Sep 17 00:00:00 2001 From: kcook Date: Sat, 13 Nov 2004 20:14:21 +0000 Subject: [PATCH] 2004-11-13 Kelley Cook * doc/install.texi (automake): Correctly document that everything now will use automake 1.9.3. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90593 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 138d0e3c1a3..a4527395774 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-11-13 Kelley Cook + + * doc/install.texi (automake): Correctly document that everything now + will use automake 1.9.3. + 2004-11-13 Hans-Peter Nilsson PR target/18347 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index f26e8fc53e1..3002a2604e9 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.9.x +@item automake versions 1.9.3 Necessary when modifying a @file{Makefile.am} file to regenerate its associated @file{Makefile.in}. @@ -323,9 +323,10 @@ file. Specifically this applies to the @file{gcc}, @file{intl}, @file{libcpp}, @file{libiberty}, @file{libobjc} directories as well as any of their subdirectories. -The Java directory @file{libjava} and the @file{libstdc++-v3} directory -require automake 1.9.x series. It is preferred to use the lastest released -version of this series. +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 +to a newer version, please update all the directories using an older 1.9.x +to the latest released version. @item gettext version 0.12 (or later) -- 2.11.4.GIT