mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
cf4aab78aa
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@918 af4574ff-66df-0310-9fd7-8a98e5e911e0
18 lines
540 B
XML
18 lines
540 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><command>--noninteractive</command> : This switch is used to
|
|
avoid the configuration routine asking for confirmation of the
|
|
directories to install to (which we pass using switches to configure
|
|
anyways).</para>
|
|
|
|
<para><command>--with-DIR_MAN=/usr/share/man</command> : This is
|
|
used because despite the fact we pass
|
|
<command>--prefix=/usr</command>, the configure
|
|
routine tries to install the man pages in
|
|
<filename>/usr/local/man</filename> instead of the
|
|
correct place.</para>
|
|
|
|
</sect2>
|
|
|