diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2007-05-28 15:42:25 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2007-05-28 15:42:25 +0000 |
commit | 565f8ce5ff808ee2f37c219bb3240cf4f56b5dd3 (patch) | |
tree | 9fa07e635b33c5657ded47d6708ace8ebc902c28 /gcc | |
parent | e9dd4c3e048450ef944455cd1e9440bee024d0f8 (diff) | |
download | gcc-565f8ce5ff808ee2f37c219bb3240cf4f56b5dd3.zip gcc-565f8ce5ff808ee2f37c219bb3240cf4f56b5dd3.tar.gz gcc-565f8ce5ff808ee2f37c219bb3240cf4f56b5dd3.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 355293d..db6a377 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-05-28 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/install.texi (Prerequisites): We no longer require Autoconf + 2.13 for the top-level. + 2007-05-28 Uros Bizjak <ubizjak@gmail.com> * target/i386/i386.c (ix86_expand_vector_move): Expand unaligned diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 690afbf..c39f370 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 |