diff options
author | Andreas Tobler <a.tobler@schweiz.ch> | 2004-03-14 10:34:12 +0100 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2004-03-14 10:34:12 +0100 |
commit | d01b30dcaffd17c8034d87eb829192b49956cd40 (patch) | |
tree | 41df4aeaae7e88b61fea4d4c9169314c8dac0ca3 /gcc | |
parent | 5785c7de7439ada9d09e02c8027dac4709036d57 (diff) | |
download | gcc-d01b30dcaffd17c8034d87eb829192b49956cd40.zip gcc-d01b30dcaffd17c8034d87eb829192b49956cd40.tar.gz gcc-d01b30dcaffd17c8034d87eb829192b49956cd40.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d5499d3..d7cfdd1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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> * fold-const.c (negate_expr, operand_equal_for_comparison_p, diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 66ebbc5..fa5277a 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -287,14 +287,15 @@ systems' @command{tar} programs will also work, only try GNU @heading Tools/packages necessary for modifying GCC @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) Necessary when modifying @file{configure.in}, @file{aclocal.m4}, etc.@: to regenerate @file{configure} and @file{config.in} files. Most directories require autoconf 2.13 (exactly), but @file{libiberty}, @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 @@ -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 of their subdirectories. -The @file{libstdc++-v3}, @file{libjava/libltdl}, and @file{fastjar} -directories require automake 1.7.9. However, the Java directories, which -include @file{boehm-gc}, @file{libffi}, @file{libjava}, and @file{zlib}, +The @file{libstdc++-v3}, @file{libjava/libltdl}, @file{fastjar} and +@file{libffi} directories require automake 1.7.9. However, the Java +directories, which include @file{boehm-gc}, @file{libjava}, and @file{zlib}, require a modified version of automake 1.4 downloadable from @uref{ftp://gcc.gnu.org/pub/java/automake-gcj-1.4.tar.gz}. |