[llvm-commits] [llvm] r104113 - /llvm/trunk/docs/GettingStarted.html
Tobias Grosser
grosser at fim.uni-passau.de
Wed May 19 00:00:18 PDT 2010
Author: grosser
Date: Wed May 19 02:00:17 2010
New Revision: 104113
URL: http://llvm.org/viewvc/llvm-project?rev=104113&view=rev
Log:
Update autoconf/automake versions in the documentation to match the versions used in Autogen.sh
Modified:
llvm/trunk/docs/GettingStarted.html
Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=104113&r1=104112&r2=104113&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Wed May 19 02:00:17 2010
@@ -452,8 +452,8 @@
<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.59), and consequently, GNU M4 (version 1.4
- or higher). You will also need automake (1.9.2). We only use aclocal
+ 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
from that package.</a></li>
</ol>
</div>
More information about the llvm-commits
mailing list