2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2003-06-14 07:49:14 +08:00
|
|
|
<para><command>--noninteractive</command> : This switch is used to
|
2002-07-08 04:28:42 +08:00
|
|
|
avoid the configuration routine asking for confirmation of the
|
|
|
|
directories to install to (which we pass using switches to configure
|
|
|
|
anyways).</para>
|
|
|
|
|
2003-06-14 07:49:14 +08:00
|
|
|
<para><command>--with-DIR_MAN=/usr/share/man</command> : This is
|
2003-04-10 06:30:49 +08:00
|
|
|
used because despite the fact we pass
|
2003-06-14 07:49:14 +08:00
|
|
|
<command>--prefix=/usr</command>, the configure
|
2003-04-10 06:30:49 +08:00
|
|
|
routine tries to install the man pages in
|
|
|
|
<filename>/usr/local/man</filename> instead of the
|
2002-07-08 04:28:42 +08:00
|
|
|
correct place.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|