diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/install.texi | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index be575fb..ddfba85 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-08-03 Nathanael Nerode <neroden@gcc.gnu.org> + + * doc/install.texi: Update autoconf version requirements. + 2004-08-03 Zack Weinberg <zack@codesourcery.com> * defaults.h (LEGITIMATE_PIC_OPERAND_P): Provide default definition. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index d941d21..ddbc1bc9 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 |
