Skip to content

Commit 1100397

Browse files
author
John Criswell
committed
Merged the changes from 1.91->1.92. This fixes the required version
numbers of required software packages. llvm-svn: 18706
1 parent 034431a commit 1100397

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/docs/GettingStarted.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -376,13 +376,13 @@
376376

377377
<tr>
378378
<td><a href="http://www.gnu.org/software/automake">GNU Automake</a></td>
379-
<td>2.59</td>
379+
<td>1.9.2</td>
380380
<td>aclocal macro generator (<a href="#Note1">Note 1</a>)</td>
381381
</tr>
382382

383383
<tr>
384384
<td><a href="http://www.perl.com/download.csp">perl</a></td>
385-
<td>&gt;5.6.0</td>
385+
<td>&ge;5.6.0</td>
386386
<td>Nightly tester, utilities</td>
387387
</tr>
388388

@@ -394,7 +394,7 @@
394394

395395
<tr>
396396
<td><a href="https://www.cvshome.org/downloads.html">CVS</a></td>
397-
<td>&gt;1.11</td>
397+
<td>&ge;1.11</td>
398398
<td>CVS access to LLVM (<a href="#Note4">Note 4</a>)</td>
399399
</tr>
400400

@@ -404,8 +404,8 @@
404404
<ol>
405405
<li><a name="Note1">If you want to make changes to the configure scripts,
406406
you will need GNU autoconf (2.59), and consequently, GNU M4 (version 1.4
407-
or higher). You will also need automake. We only use aclocal from that
408-
package.</a></li>
407+
or higher). You will also need automake (1.9.2). We only use aclocal
408+
from that package.</a></li>
409409
<li><a name="Note2">Only needed if you want to run the automated test
410410
suite in the <tt>test</tt> directory.</a></li>
411411
</li>

0 commit comments

Comments
 (0)