From f3cfafe47398d6d543831d3c8792c272c1617cf3 Mon Sep 17 00:00:00 2001
From: neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Sat, 3 Jan 2004 18:55:26 +0000
Subject: [PATCH] 	* doc/install.texi: Note that 'gcc' is now a 2.57
 directory.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75363 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/ChangeLog        | 2 ++
 gcc/doc/install.texi | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 66b7f125150c..cf0d43a81f2b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,7 @@
 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
 
+	* doc/install.texi: Note that 'gcc' is now a 2.57 directory.
+
 	* configure.in: Rename to configure.ac.
 	* configure.ac: Renamed from configure.in; make minimum necessary
 	changes for autoconf 2.5x.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 96f58fa0ff5c..4691b3af2770 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -293,7 +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}, and @file{libstdc++-v3} require autoconf 2.57 (exactly).
+@file{fastjar}, @file{libstdc++-v3}, and @file{gcc} require
+autoconf 2.57 (exactly).
 
 @item automake versions 1.4-p? and 1.7.?
 
-- 
GitLab