imlib cleanup

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@48 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2002-08-02 15:50:31 +00:00
parent a8fccf1032
commit 3823a50463
2 changed files with 1 additions and 4 deletions

View File

@ -3,8 +3,6 @@
<para><userinput>CPPFLAGS=-w :</userinput> This disables gcc 3.1 warnings that confuse configure.</para>
<para><userinput>--prefix=/usr :</userinput> This compiles and installs imlib into the <filename>/usr</filename> hierarchy instead of <filename>/usr/local</filename>.</para>
<para><userinput>--sysconfdir=/etc/imlib :</userinput> This installs and
combines the configurations files into <filename>/etc</filename> instead
of <filename>/usr/etc</filename>.</para>

View File

@ -3,8 +3,7 @@
<para>Install imlib by running the following commands:</para>
<para><screen><userinput>CPPFLAGS=-w ./configure --prefix=/usr
--sysconfdir=/etc/imlib &amp;&amp;
<para><screen><userinput>CPPFLAGS=-w ./configure --prefix=/usr --sysconfdir=/etc/imlib &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>