diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-25 20:24:46 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-25 20:24:46 +0000 |
| commit | d38c5855d0e50fa2b2f6732392c971fc5f23344f (patch) | |
| tree | c05b8ee4634027b29ff9b6f4ef5f0463df7aafb5 | |
| parent | e4652fbf031245573bcb99c7bca9d96824088865 (diff) | |
| download | ppe42-gcc-d38c5855d0e50fa2b2f6732392c971fc5f23344f.tar.gz ppe42-gcc-d38c5855d0e50fa2b2f6732392c971fc5f23344f.zip | |
2004-08-25 Paolo Carlini <pcarlini@suse.de>
* doc/install.texi: Document that libstdc++-v3 requires
now automake 1.9.1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86572 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 71935c9a9ff..56ab52c8c12 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 93e009002e4..e8b8d0038d6 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) |

