diff options
-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 |