[llvm-commits] CVS: llvm/docs/GettingStarted.html
Brian Gaeke
gaeke at gally.cs.uiuc.edu
Sun Feb 8 01:50:02 PST 2004
Changes in directory llvm/docs:
GettingStarted.html updated: 1.48 -> 1.49
---
Log message:
Document automake as a build dependency because we use aclocal
---
Diffs of the changes: (+6 -3)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.48 llvm/docs/GettingStarted.html:1.49
--- llvm/docs/GettingStarted.html:1.48 Mon Jan 19 18:20:17 2004
+++ llvm/docs/GettingStarted.html Sun Feb 8 01:49:04 2004
@@ -264,12 +264,15 @@
LLVM:</p>
<ul>
- <li><A href="http://www.gnu.org/software/autoconf">GNU Autoconf</A>
+ <li><A href="http://www.gnu.org/software/automake">GNU Automake</A></li>
+ <li><A href="http://www.gnu.org/software/autoconf">GNU Autoconf</A></li>
<li><A href="http://savannah.gnu.org/projects/m4">GNU M4</A>
<p>If you want to make changes to the configure scripts, you will need GNU
autoconf (2.57 or higher), and consequently, GNU M4 (version 1.4 or
- higher).</p></li>
+ higher). You will also need automake. Any old version of
+ automake from 1.4p5 on should work; we only use aclocal from that
+ package.</p></li>
<li><A href="http://www.codesourcery.com/qm/qmtest">QMTest</A></li>
<li><A href="http://www.python.org">Python</A>
@@ -1144,7 +1147,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/01/20 00:20:17 $
+ Last modified: $Date: 2004/02/08 07:49:04 $
</address>
</body>
More information about the llvm-commits
mailing list