Ignore:
Timestamp:
12/28/2020 08:33:15 AM (3 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
3e73c5d
Parents:
f6193295
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

    rf6193295 r0be020f  
    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.