From: simonmar Date: Tue, 13 Nov 2001 10:16:21 +0000 (+0000) Subject: [project @ 2001-11-13 10:16:21 by simonmar] X-Git-Tag: Approximately_9120_patches~575 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f856b7f878ad2c990717407be7bf74bcbe53a86c;p=ghc-hetmet.git [project @ 2001-11-13 10:16:21 by simonmar] Mention in the summary of section 7 that extra arguments to ./configure may be required. --- 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