diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-04 00:19:30 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-04 00:19:30 +0000 |
commit | 2eeb7d59e8a7deef8e8d948b69604bff7ff24368 (patch) | |
tree | 06a3615855b4032e7c22a60ba08d396c932c694c /gcc/doc/install.texi | |
parent | 6bff7a16e2539b526d7f671cb3dc0f0b5a3763f0 (diff) | |
download | gcc-2eeb7d59e8a7deef8e8d948b69604bff7ff24368.tar.gz |
* doc/install.texi: Update autoconf version requirements.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85536 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r-- | gcc/doc/install.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index d941d216a49..ddbc1bc9960 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -310,9 +310,8 @@ be used if your MPFR Library is not installed in your library search path. 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 and -@file{libjava} (but not @file{libjava/libltdl}) still require autoconf -2.13 (exactly). +directories require autoconf 2.59 (exactly), but the toplevel +still requires autoconf 2.13 (exactly). @item automake versions 1.4-gcj and 1.8.5 |