diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-02-29 20:25:19 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-02-29 20:25:19 +0000 |
commit | cbff2c1c92e8a7c7260f599ce0f97a133d7664b0 (patch) | |
tree | 5a642a72da04beb95493e85dffad5fe747bd6a0e | |
parent | 79035f0d6b53ad772045e750d099007f3f271d14 (diff) | |
download | gcc-cbff2c1c92e8a7c7260f599ce0f97a133d7664b0.zip gcc-cbff2c1c92e8a7c7260f599ce0f97a133d7664b0.tar.gz gcc-cbff2c1c92e8a7c7260f599ce0f97a133d7664b0.tar.bz2 |
* doc/install.texi: Update for conversion of intl to autoconf 2.57.
From-SVN: r78669
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c778e5a..a0aecce 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-29 Nathanael Nerode <neroden@gcc.gnu.org> + + * doc/install.texi: Update for conversion of intl to autoconf 2.57. + 2004-02-29 Kazu Hirata <kazu@cs.umass.edu> * config/h8300/h8300.md: Add comments about peephole2's. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 0e82544..1c7d944 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -294,7 +294,7 @@ 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}, @file{libstdc++-v3}, @file{libjava/libltdl}, @file{boehm-gc}, -and @file{gcc} require autoconf 2.57 (exactly). +file{intl}, and @file{gcc} require autoconf 2.57 (exactly). @item automake versions 1.4-gcj and 1.7.9 |