[project @ 2001-11-13 10:16:21 by simonmar]
authorsimonmar <unknown>
Tue, 13 Nov 2001 10:16:21 +0000 (10:16 +0000)
committersimonmar <unknown>
Tue, 13 Nov 2001 10:16:21 +0000 (10:16 +0000)
Mention in the summary of section 7 that extra arguments to
./configure may be required.

docs/building/building.sgml

index 62f61be..f4a8be8 100644 (file)
@@ -1839,11 +1839,17 @@ $ (cd ghc; autoconf)
 <programlisting>
 $ ./configure
 </programlisting>
+
+         <para>Don't forget to check whether you need to add any
+         arguments to <literal>configure</literal>; for example, a
+         common requirement is to specify which GHC to use with
+         <option>--with-ghc=<replaceable>ghc</replaceable></option>.</para>
        </listitem>
 
        <listitem>
          <para>Create the file <filename>mk/build.mk</filename>,
-          adding definitions for your desired configuration options.</para>
+          adding definitions for your desired configuration
+          options.</para>
 
 <programlisting>
 $ emacs mk/build.mk