summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-02-08 07:49:04 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-02-08 07:49:04 +0000
commit5c681b6dc224b726dfa485500834bf7818a8ce93 (patch)
tree7b15af5188a142c964b42c91422331f19a364dab
parent4940c57a1e1123f7e2db67bf109c16ac0bead489 (diff)
downloadllvm-5c681b6dc224b726dfa485500834bf7818a8ce93.tar.gz
llvm-5c681b6dc224b726dfa485500834bf7818a8ce93.tar.bz2
llvm-5c681b6dc224b726dfa485500834bf7818a8ce93.tar.xz
Document automake as a build dependency because we use aclocal
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11187 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/GettingStarted.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 20705c61ac..816311b296 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -264,12 +264,15 @@ installed:</p>
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>