mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 13:42:13 +08:00
f45b195302
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
20 lines
701 B
XML
20 lines
701 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><userinput>--noninteractive :</userinput> 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><userinput>--with-GCOPTS="$CFLAGS" :</userinput> This switch
|
|
causes libtiff to be built using the options we have set in $CFLAGS
|
|
(which most other packages handle automatically).</para>
|
|
|
|
<para><userinput>--with-DIR_MAN=/usr/share/man :</userinput> This is
|
|
used because despite the fact we pass --prefix=/usr, the configure
|
|
routine tries to install the man-pages in /usr/local/man instead of the
|
|
correct place.</para>
|
|
|
|
</sect2>
|
|
|