Ignore:
Timestamp:
03/31/2021 10:41:40 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib, xry111/multilib
Children:
402226e
Parents:
8acfbf67
git-author:
Thomas Trepl <thomas@…> (12/28/2020 08:33:15 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:40 AM)
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12072 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/texinfo.xml

    r8acfbf67 r38de42d  
    4444    <para>Prepare Texinfo for compilation:</para>
    4545
    46 <screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen>
    47 
     46<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
     47<!--
    4848    <variablelist>
    4949      <title>The meaning of the configure option:</title>
    5050
    5151      <varlistentry>
    52         <term><parameter>--disable-static</parameter></term>
     52        <term><parameter>- -disable-static</parameter></term>
    5353        <listitem>
    5454          <para>In this case, the top-level configure script will complain that
     
    6161
    6262    </variablelist>
    63 
     63-->
    6464    <para>Compile the package:</para>
    6565
Note: See TracChangeset for help on using the changeset viewer.