fontforge: force bootstrap

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15448 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2015-02-03 19:31:01 +00:00
parent 79ae07c360
commit 8b5ccbac46
2 changed files with 6 additions and 3 deletions

View File

@ -47,6 +47,10 @@
<listitem>
<para>February 3rd, 2015</para>
<itemizedlist>
<listitem>
<para>[ken] - fontforge : force bootstrap to cope with
current libtool, replaces removal of libltdl.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to bluez-5.28. Fixes
<ulink url="&blfs-ticket-root;6104">#6104</ulink>.</para>

View File

@ -137,8 +137,7 @@
commands:
</para>
<screen><userinput>rm -rf libltdl &amp;&amp;
./bootstrap &amp;&amp;
<screen><userinput>./bootstrap --force &amp;&amp;
./configure --prefix=/usr \
--enable-gtk2-use \
--disable-static \
@ -160,7 +159,7 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para><option>rm -rf libltdl</option>: This prevents the
<para><command>./bootstrap --force</command>: The force switch prevents the
<command>bootstrap</command> command from failing if a recent version of
<application>libtool</application> has been installed.</para>