From f856b7f878ad2c990717407be7bf74bcbe53a86c Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 13 Nov 2001 10:16:21 +0000 Subject: [PATCH] [project @ 2001-11-13 10:16:21 by simonmar] Mention in the summary of section 7 that extra arguments to ./configure may be required. --- docs/building/building.sgml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/building/building.sgml b/docs/building/building.sgml index 62f61be..f4a8be8 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -1839,11 +1839,17 @@ $ (cd ghc; autoconf) $ ./configure + + Don't forget to check whether you need to add any + arguments to configure; for example, a + common requirement is to specify which GHC to use with + . Create the file mk/build.mk, - adding definitions for your desired configuration options. + adding definitions for your desired configuration + options. $ emacs mk/build.mk -- 1.7.10.4