diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-02-23 20:29:37 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-02-23 20:29:37 +0000 |
commit | eb6bddf60ca08a76c5ea96e6f5907c328095ba77 (patch) | |
tree | 6322625842519c0bef3951a4b6efb7c4a2e3acb8 /gcc | |
parent | 47935194cf78a321788de08db375a8f16926918c (diff) | |
download | gcc-eb6bddf60ca08a76c5ea96e6f5907c328095ba77.zip gcc-eb6bddf60ca08a76c5ea96e6f5907c328095ba77.tar.gz gcc-eb6bddf60ca08a76c5ea96e6f5907c328095ba77.tar.bz2 |
* doc/install.texi: Update for switch of boehm-gc to autoconf 2.57.
From-SVN: r78331
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d417192..8c624ea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-02-23 Nathanael Nerode <neroden@gcc.gnu.org> + + * doc/install.texi: Update for switch of boehm-gc to autoconf 2.57. + 2003-02-23 Matt Austern <austern@apple.com > * config/darwin.h (SUBTARGET_OPTIONS): Add -mmacosx= option. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 45763ab..bc9711c 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -293,8 +293,8 @@ systems' @command{tar} programs will also work, only try GNU 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}, and @file{gcc} -require autoconf 2.57 (exactly). +@file{fastjar}, @file{libstdc++-v3}, @file{libjava/libltdl}, @file{boehm-gc}, +and @file{gcc} require autoconf 2.57 (exactly). @item automake versions 1.4-gcj and 1.7.9 |