Commit d01b30dc by Andreas Tobler Committed by Andreas Tobler

install.texi: Reflect autoconf and automake version for libffi.

2004-03-14  Andreas Tobler  <a.tobler@schweiz.ch>

	* doc/install.texi: Reflect autoconf and automake version for
	libffi. Update autoconf version to 2.59.

From-SVN: r79474
parent 5785c7de
2004-03-14 Andreas Tobler <a.tobler@schweiz.ch>
* doc/install.texi: Reflect autoconf and automake version for
libffi. Update autoconf version to 2.59.
2004-03-13 Roger Sayle <roger@eyesopen.com> 2004-03-13 Roger Sayle <roger@eyesopen.com>
* fold-const.c (negate_expr, operand_equal_for_comparison_p, * fold-const.c (negate_expr, operand_equal_for_comparison_p,
......
...@@ -287,14 +287,15 @@ systems' @command{tar} programs will also work, only try GNU ...@@ -287,14 +287,15 @@ systems' @command{tar} programs will also work, only try GNU
@heading Tools/packages necessary for modifying GCC @heading Tools/packages necessary for modifying GCC
@table @asis @table @asis
@item autoconf versions 2.13 and 2.57 @item autoconf versions 2.13 and 2.59
@itemx GNU m4 version 1.4 (or later) @itemx GNU m4 version 1.4 (or later)
Necessary when modifying @file{configure.in}, @file{aclocal.m4}, etc.@: Necessary when modifying @file{configure.in}, @file{aclocal.m4}, etc.@:
to regenerate @file{configure} and @file{config.in} files. Most to regenerate @file{configure} and @file{config.in} files. Most
directories require autoconf 2.13 (exactly), but @file{libiberty}, directories require autoconf 2.13 (exactly), but @file{libiberty},
@file{fastjar}, @file{libstdc++-v3}, @file{libjava/libltdl}, @file{boehm-gc}, @file{fastjar}, @file{libstdc++-v3}, @file{libjava/libltdl}, @file{boehm-gc},
@file{intl}, @file{libada}, and @file{gcc} require autoconf 2.57 (exactly). @file{intl}, @file{libada}, @file{libffi} and @file{gcc} require autoconf
2.59 (exactly).
@item automake versions 1.4-gcj and 1.7.9 @item automake versions 1.4-gcj and 1.7.9
...@@ -306,9 +307,9 @@ file. Specifically this applies to the @file{gcc}, @file{intl}, ...@@ -306,9 +307,9 @@ file. Specifically this applies to the @file{gcc}, @file{intl},
@file{libf2c}, @file{libiberty}, @file{libobjc} directories as well as any @file{libf2c}, @file{libiberty}, @file{libobjc} directories as well as any
of their subdirectories. of their subdirectories.
The @file{libstdc++-v3}, @file{libjava/libltdl}, and @file{fastjar} The @file{libstdc++-v3}, @file{libjava/libltdl}, @file{fastjar} and
directories require automake 1.7.9. However, the Java directories, which @file{libffi} directories require automake 1.7.9. However, the Java
include @file{boehm-gc}, @file{libffi}, @file{libjava}, and @file{zlib}, directories, which include @file{boehm-gc}, @file{libjava}, and @file{zlib},
require a modified version of automake 1.4 downloadable from require a modified version of automake 1.4 downloadable from
@uref{ftp://gcc.gnu.org/pub/java/automake-gcj-1.4.tar.gz}. @uref{ftp://gcc.gnu.org/pub/java/automake-gcj-1.4.tar.gz}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment