aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-09 17:55:37 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-09 17:55:37 +0000
commit200d93b129d6e85c19cdc51b24d27b904f260faa (patch)
tree533b7d0ab20330d2931d4480a92eb5ac19f8936e /docs/GettingStarted.html
parentc3f5976112c2785f192c4ef95404627020d33ec3 (diff)
downloadexternal_llvm-200d93b129d6e85c19cdc51b24d27b904f260faa.zip
external_llvm-200d93b129d6e85c19cdc51b24d27b904f260faa.tar.gz
external_llvm-200d93b129d6e85c19cdc51b24d27b904f260faa.tar.bz2
Correct the version numbers for automake, Perl, and CVS.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18703 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index d23ac92..868551d 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -351,13 +351,13 @@ href="CFEBuildInstrs.html">try to compile it</a> on your platform.</p>
<tr>
<td><a href="http://www.gnu.org/software/automake">GNU Automake</a></td>
- <td>2.59</td>
+ <td>1.9.2</td>
<td>aclocal macro generator (<a href="#Note1">Note 1</a>)</td>
</tr>
<tr>
<td><a href="http://www.perl.com/download.csp">perl</a></td>
- <td>&gt;5.6.0</td>
+ <td>&ge;5.6.0</td>
<td>Nightly tester, utilities</td>
</tr>
@@ -369,7 +369,7 @@ href="CFEBuildInstrs.html">try to compile it</a> on your platform.</p>
<tr>
<td><a href="https://www.cvshome.org/downloads.html">CVS</a></td>
- <td>&gt;1.11</td>
+ <td>&ge;1.11</td>
<td>CVS access to LLVM (<a href="#Note4">Note 4</a>)</td>
</tr>
@@ -379,8 +379,8 @@ href="CFEBuildInstrs.html">try to compile it</a> on your platform.</p>
<ol>
<li><a name="Note1">If you want to make changes to the configure scripts,
you will need GNU autoconf (2.59), and consequently, GNU M4 (version 1.4
- or higher). You will also need automake. We only use aclocal from that
- package.</a></li>
+ or higher). You will also need automake (1.9.2). We only use aclocal
+ from that package.</a></li>
<li><a name="Note2">Only needed if you want to run the automated test
suite in the <tt>test</tt> directory.</a></li>
</li>