From 565f8ce5ff808ee2f37c219bb3240cf4f56b5dd3 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Mon, 28 May 2007 15:42:25 +0000 Subject: [PATCH] install.texi (Prerequisites): We no longer require Autoconf 2.13 for the top-level. * doc/install.texi (Prerequisites): We no longer require Autoconf 2.13 for the top-level. From-SVN: r125131 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 355293dd631..db6a37758e8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-05-28 Gerald Pfeifer + + * doc/install.texi (Prerequisites): We no longer require Autoconf + 2.13 for the top-level. + 2007-05-28 Uros Bizjak * target/i386/i386.c (ix86_expand_vector_move): Expand unaligned diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 690afbfbcf7..c39f3709eac 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -324,13 +324,11 @@ Necessary to build libgcj, the GCJ runtime. @heading Tools/packages necessary for modifying GCC @table @asis -@item autoconf versions 2.13 and 2.59 +@item autoconf version 2.59 @itemx GNU m4 version 1.4 (or later) Necessary when modifying @file{configure.ac}, @file{aclocal.m4}, etc.@: -to regenerate @file{configure} and @file{config.in} files. Most -directories require autoconf 2.59 (exactly), but the toplevel -still requires autoconf 2.13 (exactly). +to regenerate @file{configure} and @file{config.in} files. @item automake version 1.9.6 -- 2.30.2