diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-14 22:52:35 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-14 22:52:35 +0000 |
commit | 31fed55964f1f7fa5f583bd5b7561ece32d2f44d (patch) | |
tree | 91d98565cf5c85f19e112f6a4afd3e305c2c919c /gcc/doc/install.texi | |
parent | 8077aa790eee4dc5934fa4e51ba412652ca5e162 (diff) | |
download | ppe42-gcc-31fed55964f1f7fa5f583bd5b7561ece32d2f44d.tar.gz ppe42-gcc-31fed55964f1f7fa5f583bd5b7561ece32d2f44d.zip |
2004-06-14 Benjamin Kosnik <bkoz@redhat.com>
* doc/install.texi (Prerequisites): Update libstdc++ entry to
automake 1.8.5.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83147 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r-- | gcc/doc/install.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 9e6e3e05419..e0a14effc42 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -325,11 +325,10 @@ The @file{fastjar}, @file{libbanshee}, @file{libffi}, @file{libjava/libltdl} and @file{zlib} directories require automake 1.7.9. -The @file{libstdc++-v3} directory requires automake 1.8.2. - The @file{libcpp} directory requires automake 1.8.4. -The @file{libgfortran} directory requires automake 1.8.5. +The @file{libgfortran} and @file{libstdc++-v3} directories require +automake 1.8.5. @item gettext version 0.12 (or later) |