install.texi: Yet another update for autoconf and automake versions.
authorPaolo Bonzini <bonzini@gnu.org>
Tue, 15 Jun 2004 14:53:26 +0000 (14:53 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Tue, 15 Jun 2004 14:53:26 +0000 (14:53 +0000)
2004-06-15  Paolo Bonzini  <bonzini@gnu.org>

* doc/install.texi: Yet another update for autoconf
and automake versions.

From-SVN: r83185

gcc/ChangeLog
gcc/doc/install.texi

index e22b8002408d7dd3ae8bbe6ba65d30c50e407d9a..d135dd5e491f33d6a51aa545dce95d3c81024bf1 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
+
+       * doc/install.texi: Yet another update for autoconf
+       and automake versions.
+
 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
 
        * function.h (struct function): Remove cannot_inline field.
index 1be934358a93d4308b85f245d1624d319c65fd66..c80b0d703fd138add6969452abd22655a401c9b7 100644 (file)
@@ -296,16 +296,16 @@ the @option{--with-gmp} or @option{--with-gmp-dir} configure option.
 
 @heading Tools/packages necessary for modifying GCC
 @table @asis
-@item autoconf versions 2.13, 2.57 and 2.59
+@item autoconf versions 2.13 and 2.59
 @itemx GNU m4 version 1.4 (or later)
 
 Necessary when modifying @file{configure.ac}, @file{aclocal.m4}, etc.@:
 to regenerate @file{configure} and @file{config.in} files.  Most
 directories require autoconf 2.59 (exactly), but the toplevel and
 @file{libjava} (but not @file{libjava/libltdl}) still require autoconf
-2.13 (exactly) and @file{libmudflap} requires autoconf 2.57 (exactly).
+2.13 (exactly).
 
-@item automake versions 1.4-gcj, 1.7.8, 1.7.9 and 1.8.5
+@item automake versions 1.4-gcj and 1.8.5
 
 Necessary when modifying a @file{Makefile.am} file to regenerate its
 associated @file{Makefile.in}.
@@ -319,14 +319,7 @@ The Java directories @file{boehm-gc} and @file{libjava}
 require a modified version of automake 1.4 downloadable from
 @uref{ftp://gcc.gnu.org/pub/java/automake-gcj-1.4.tar.gz}.
 
-The @file{libmudflap} directory requires automake 1.7.8.
-
-The @file{libffi} and @file{zlib} directories require
-automake 1.7.9.
-
-The @file{fastjar}, @file{libbanshee}, @file{libcpp},
-@file{libjava/libltdl}, @file{libgfortran} and @file{libstdc++-v3}
-directories require automake 1.8.5.
+Every other directory requires automake 1.8.5.
 
 @item gettext version 0.12 (or later)