diff options
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index c8a7d2f872..b60412592c 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -441,13 +441,13 @@ href="GCCFEBuildInstrs.html">try to compile it</a> on your platform.</p> <tr> <td><a href="http://www.gnu.org/software/autoconf/">GNU Autoconf</a></td> - <td>2.60</td> + <td>2.61</td> <td>Configuration script builder<sup><a href="#sf4">4</a></sup></td> </tr> <tr> <td><a href="http://www.gnu.org/software/automake/">GNU Automake</a></td> - <td>1.9.6</td> + <td>1.10</td> <td>aclocal macro generator<sup><a href="#sf4">4</a></sup></td> </tr> @@ -471,8 +471,8 @@ href="GCCFEBuildInstrs.html">try to compile it</a> on your platform.</p> <li><a name="sf3">Only needed if you want to run the automated test suite in the <tt>llvm/test</tt> directory.</a></li> <li><a name="sf4">If you want to make changes to the configure scripts, - you will need GNU autoconf (2.60), and consequently, GNU M4 (version 1.4 - or higher). You will also need automake (1.9.6). We only use aclocal + you will need GNU autoconf (2.61), and consequently, GNU M4 (version 1.4 + or higher). You will also need automake (1.10). We only use aclocal from that package.</a></li> </ol> </div> |