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
This commit is contained in:
Brian Gaeke 2004-02-08 07:49:04 +00:00
parent 4940c57a1e
commit 5c681b6dc2

View File

@ -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>