From 200d93b129d6e85c19cdc51b24d27b904f260faa Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 9 Dec 2004 17:55:37 +0000 Subject: [PATCH] Correct the version numbers for automake, Perl, and CVS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18703 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index d23ac921302..868551dca3b 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -351,13 +351,13 @@ href="CFEBuildInstrs.html">try to compile it on your platform.

GNU Automake - 2.59 + 1.9.2 aclocal macro generator (Note 1) perl - >5.6.0 + ≥5.6.0 Nightly tester, utilities @@ -369,7 +369,7 @@ href="CFEBuildInstrs.html">try to compile it on your platform.

CVS - >1.11 + ≥1.11 CVS access to LLVM (Note 4) @@ -379,8 +379,8 @@ href="CFEBuildInstrs.html">try to compile it on your platform.

  1. 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. We only use aclocal from that - package.
  2. + or higher). You will also need automake (1.9.2). We only use aclocal + from that package.
  3. Only needed if you want to run the automated test suite in the test directory.