diff options
author | Mike Stump <mrs@apple.com> | 2004-05-25 00:52:57 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2004-05-25 00:52:57 +0000 |
commit | cfc984b52833ddc8b8b9c74adc09cebd0cf04e70 (patch) | |
tree | 838ec1770751362d8073ed6e1f92e3c8e98b273d /gcc | |
parent | 42cc8f8919d926d4cb1209cdcdd4e201f3d0ae62 (diff) | |
download | gcc-cfc984b52833ddc8b8b9c74adc09cebd0cf04e70.zip gcc-cfc984b52833ddc8b8b9c74adc09cebd0cf04e70.tar.gz gcc-cfc984b52833ddc8b8b9c74adc09cebd0cf04e70.tar.bz2 |
* doc/install.texi: Document that dejagnu 1.4.4 is required.
From-SVN: r82226
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5f86a6c..5a8a09e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-05-24 Mike Stump <mrs@apple.com> + + * doc/install.texi: Document that dejagnu 1.4.4 is required. + 2004-05-24 Joseph S. Myers <jsm@polyomino.org.uk> * intl.h (open_quote, close_quote): New. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 599b917..33435e5 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -328,7 +328,7 @@ Necessary when modifying @command{gperf} input files, e.g.@: @item expect version ??? @itemx tcl version ??? -@itemx dejagnu version ??? +@itemx dejagnu version 1.4.4 (or later) Necessary to run the GCC testsuite. @@ -1636,8 +1636,8 @@ These are part of the full distribution, but if you downloaded the separately. Second, you must have the testing tools installed. This includes -@uref{http://www.gnu.org/software/dejagnu/,,DejaGnu} 1.4.1 or 1.4.3 -and later, Tcl, and Expect; the DejaGnu site has links to these. +@uref{http://www.gnu.org/software/dejagnu/,,DejaGnu} 1.4.4 and later, +Tcl, and Expect; the DejaGnu site has links to these. If the directories where @command{runtest} and @command{expect} were installed are not in the @env{PATH}, you may need to set the following |