added a configure switch to prevent the abigochart plugin being built

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5493 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Andrew Benton 2005-12-28 18:47:23 +00:00
parent 7a5dad89ca
commit 5de35d2039

View File

@ -98,7 +98,7 @@
commands:</para>
<screen><userinput>cd abiword-plugins &amp;&amp;
./configure --prefix=/usr --without-inter7eps &amp;&amp;
./configure --prefix=/usr --without-inter7eps --without-abigochart &amp;&amp;
make &amp;&amp;
cd ../abi &amp;&amp;
./configure --prefix=/usr &amp;&amp;
@ -155,6 +155,10 @@ find /usr/share/AbiSuite-2.4/AbiWord/help \
<application>GCC</application>-&gcc-version;. This parameter prevents
linking to the package and incurring a build failure.</para>
<para><parameter>--without-abigochart</parameter>: The abigochart plugin does not
compile cleanly against the current version of <xref linkend="goffice"/>. This
parameter prevents linking to the package and incurring a build failure.</para>
<para><command>sed -i 's@AbiWord-2.0@abiword@' make-gnome-html.sh</command>:
This command alters the <command>make-gnome-html.sh</command> script to
look for the current version of <command>abiword</command>.</para>