This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: install/test.html and DejaGnu


Add a link to and fix the spelling of DejaGnu.

Installed.

Gerald

Index: test.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/install/test.html,v
retrieving revision 1.30
diff -u -3 -p -r1.30 test.html
--- test.html	2001/03/11 08:59:02	1.30
+++ test.html	2001/03/17 09:23:45
@@ -19,8 +19,9 @@ testsuites</a>. The full distribution co
 downloaded the "core" compiler plus any front ends, you do not have the
 testsuites.</p>

-<p>Second, you must have a current version of dejagnu installed;
-dejagnu 1.3 is not sufficient.</p>
+<p>Second, you must have a
+<a href="http://www.gnu.org/software/dejagnu/";>current version of
+DejaGnu</a> installed; DejaGnu 1.3 is not sufficient.</p>

 <p>Now you may need specific preparations:</p>

@@ -34,7 +35,7 @@ directory have to be deleted from libio/

 <li>
 <p>The following environment variables must be set appropriately, as in
-the following example (which assumes that dejagnu has been installed under
+the following example (which assumes that DejaGnu has been installed under
 /usr/local):</p>

 <blockquote><code>
@@ -44,7 +45,7 @@ DEJAGNULIBS = /usr/local/share/dejagnu

 <p>On systems such as Cygwin, these paths are required to be actual
 paths, not mounts or links; presumably this is due to some lack of
-portability in the dejagnu code.</p>
+portability in the DejaGnu code.</p>
 </li>
 </ul>



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]