removed the --localstatedir configure switch as it's no longer needed (thanks Nico R)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5581 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Andrew Benton 2006-01-21 18:51:13 +00:00
parent c8ebc869e4
commit e957423545

View File

@ -86,8 +86,7 @@
<para>Install <application>GNOME Doc Utils</application>
by running the following commands:</para>
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--localstatedir=/var/lib &amp;&amp;
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
@ -98,16 +97,6 @@ make</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
<application>ScrollKeeper</application> files in
<filename class='directory'>/var/lib/scrollkeeper</filename> instead of
<filename class='directory'>$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>