2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2003-04-06 03:23:59 +08:00
|
|
|
<para><userinput>--noninteractive</userinput> : 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-04-06 03:23:59 +08:00
|
|
|
<para><userinput>--with-DIR_MAN=/usr/share/man</userinput> : This is
|
2002-07-08 04:28:42 +08:00
|
|
|
used because despite the fact we pass --prefix=/usr, the configure
|
2003-04-05 21:54:02 +08:00
|
|
|
routine tries to install the man pages in /usr/local/man instead of the
|
2002-07-08 04:28:42 +08:00
|
|
|
correct place.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|