From: Brian Gaeke
Date: Sun, 8 Feb 2004 07:49:04 +0000 (+0000)
Subject: Document automake as a build dependency because we use aclocal
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5c681b6dc224b726dfa485500834bf7818a8ce93;p=oota-llvm.git
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
---
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 20705c61acc..816311b2968 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -264,12 +264,15 @@ installed:
LLVM:
- - GNU Autoconf
+
- GNU Automake
+ - GNU Autoconf
- GNU M4
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).
+ higher). You will also need automake. Any old version of
+ automake from 1.4p5 on should work; we only use aclocal from that
+ package.
- QMTest
- Python