diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-13 20:14:21 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-13 20:14:21 +0000 |
commit | 03f84f0b64dd142fc397230cbb367c26a72017d8 (patch) | |
tree | 9e109b35c33d31362ec03bbc36a6b4b9b5b80e7d /gcc | |
parent | fb89a8c9c6ba7eca25f1494ea48c89839418525d (diff) | |
download | gcc-03f84f0b64dd142fc397230cbb367c26a72017d8.tar.gz |
2004-11-13 Kelley Cook <kcook@gcc.gnu.org>
* 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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | 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 <kcook@gcc.gnu.org> + + * doc/install.texi (automake): Correctly document that everything now + will use automake 1.9.3. + 2004-11-13 Hans-Peter Nilsson <hp@bitrange.com> 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) |