diff options
author | Paolo Carlini <pcarlini@suse.de> | 2004-08-25 20:24:46 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2004-08-25 20:24:46 +0000 |
commit | 7fb654efba6e0dfca691fe90376bef89d4d668e5 (patch) | |
tree | c05b8ee4634027b29ff9b6f4ef5f0463df7aafb5 | |
parent | 6dc36fed57925986b31b724fd4869656e1d41ac0 (diff) | |
download | gcc-7fb654efba6e0dfca691fe90376bef89d4d668e5.zip gcc-7fb654efba6e0dfca691fe90376bef89d4d668e5.tar.gz gcc-7fb654efba6e0dfca691fe90376bef89d4d668e5.tar.bz2 |
install.texi: Document that libstdc++-v3 requires now automake 1.9.1.
2004-08-25 Paolo Carlini <pcarlini@suse.de>
* doc/install.texi: Document that libstdc++-v3 requires
now automake 1.9.1.
From-SVN: r86572
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 71935c9..56ab52c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-08-25 Paolo Carlini <pcarlini@suse.de> + + * doc/install.texi: Document that libstdc++-v3 requires + now automake 1.9.1. + 2004-08-25 Caroline Tice <ctice@apple.com> * bb-reorder.c (partition_hot_cold_basic_blocks): Add more details diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 93e0090..e8b8d00 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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} requires 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. +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. @item gettext version 0.12 (or later) |