diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2010-05-19 07:00:17 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2010-05-19 07:00:17 +0000 |
commit | 0560ce471dcb6aa1461ec2f42648b721b34729fc (patch) | |
tree | 6a7e163c0e2aa7fb8d9d8b620c6273de47f3f388 /docs/GettingStarted.html | |
parent | 597f17d5f1ec86dee1796ad92a66abd98f7bacec (diff) |
Update autoconf/automake versions in the documentation to match the versions used in Autogen.sh
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104113 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 8bb1ac41e4..e9673ab160 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -452,8 +452,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.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> |