diff options
author | Volker Reichelt <reichelt@igpm.rwth-aachen.de> | 2004-06-10 20:58:43 +0000 |
---|---|---|
committer | Volker Reichelt <reichelt@gcc.gnu.org> | 2004-06-10 20:58:43 +0000 |
commit | 322afd16ae583cc9c71d4177ce8318307a7a568a (patch) | |
tree | 6adc9644279623eb1cce7a8840a09daf20a5d6da /gcc | |
parent | bdd2a210b8d0a75ec992299a7af767a0cfe1e0ff (diff) | |
download | gcc-322afd16ae583cc9c71d4177ce8318307a7a568a.zip gcc-322afd16ae583cc9c71d4177ce8318307a7a568a.tar.gz gcc-322afd16ae583cc9c71d4177ce8318307a7a568a.tar.bz2 |
re PR web/15263 (configure.html: end tag for element "H4" which is not open...)
PR web/15263
* doc/install.texi: Remove superfluous linebreak.
From-SVN: r82940
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9bf9856..7bd6609 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-06-10 Volker Reichelt <reichelt@igpm.rwth-aachen.de> + + PR web/15263 + * doc/install.texi: Remove superfluous linebreak. + 2004-06-10 Roger Sayle <roger@eyesopen.com> * builtins.c (expand_builtin): Fall back to library function call for diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index f00029f..b7765ae 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -296,7 +296,6 @@ the @option{--with-gmp} or @option{--with-gmp-dir} configure option. @heading Tools/packages necessary for modifying GCC @table @asis - @item autoconf versions 2.13 and 2.59 @itemx GNU m4 version 1.4 (or later) |