diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-01-03 18:55:26 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-01-03 18:55:26 +0000 |
commit | d44f1a00b9d53b34c85cf986dd67f7100273cab8 (patch) | |
tree | 57bd31a71294b97072476906b02c85144522334e /gcc | |
parent | ba479fd256eb9c4f692a0bc00ef8438e4dd7de25 (diff) | |
download | gcc-d44f1a00b9d53b34c85cf986dd67f7100273cab8.zip gcc-d44f1a00b9d53b34c85cf986dd67f7100273cab8.tar.gz gcc-d44f1a00b9d53b34c85cf986dd67f7100273cab8.tar.bz2 |
* doc/install.texi: Note that 'gcc' is now a 2.57 directory.
From-SVN: r75363
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/doc/install.texi | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 66b7f12..cf0d43a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org> + * doc/install.texi: Note that 'gcc' is now a 2.57 directory. + * configure.in: Rename to configure.ac. * configure.ac: Renamed from configure.in; make minimum necessary changes for autoconf 2.5x. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 96f58fa..4691b3a 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -293,7 +293,8 @@ systems' @command{tar} programs will also work, only try GNU 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}, and @file{libstdc++-v3} require autoconf 2.57 (exactly). +@file{fastjar}, @file{libstdc++-v3}, and @file{gcc} require +autoconf 2.57 (exactly). @item automake versions 1.4-p? and 1.7.? |