aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2004-06-15 14:53:26 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2004-06-15 14:53:26 +0000
commit0dce8934d708eecd282dfd14480f3557cc127a95 (patch)
tree36a9bdf63c916aa4a278c4af49b078cae7b8b56c
parent076e544330cef5b05f16bc351b9d87ea6a931b95 (diff)
downloadgcc-0dce8934d708eecd282dfd14480f3557cc127a95.zip
gcc-0dce8934d708eecd282dfd14480f3557cc127a95.tar.gz
gcc-0dce8934d708eecd282dfd14480f3557cc127a95.tar.bz2
install.texi: Yet another update for autoconf and automake versions.
2004-06-15 Paolo Bonzini <bonzini@gnu.org> * doc/install.texi: Yet another update for autoconf and automake versions. From-SVN: r83185
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/install.texi15
2 files changed, 9 insertions, 11 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e22b800..d135dd5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
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.
(current_function_cannot_inline): Remove.
* passes.c (rest_of_compilation): Reset DECL_DEFER_OUTPUT.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 1be9343..c80b0d7 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -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)