diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-23 20:29:37 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-23 20:29:37 +0000 |
commit | b2956f58eead6cce7e918aa4ef7a1f5e6cb6ff8d (patch) | |
tree | 6322625842519c0bef3951a4b6efb7c4a2e3acb8 | |
parent | 26caf66c2b8560198b9a12de17b8a40e7d96607a (diff) | |
download | gcc-b2956f58eead6cce7e918aa4ef7a1f5e6cb6ff8d.tar.gz |
* doc/install.texi: Update for switch of boehm-gc to autoconf 2.57.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78331 138bc75d-0d04-0410-961f-82ee72b054a4
-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 d41719211f8..8c624ea62a7 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 45763ab12fa..bc9711c37b7 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 |