From 0560ce471dcb6aa1461ec2f42648b721b34729fc Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Wed, 19 May 2010 07:00:17 +0000 Subject: [PATCH] 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 --- docs/GettingStarted.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 8bb1ac41e4f..e9673ab1600 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -452,8 +452,8 @@ href="GCCFEBuildInstrs.html">try to compile it on your platform.

  • Only needed if you want to run the automated test suite in the llvm/test directory.
  • 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.
  • -- 2.34.1