Ignore:
Timestamp:
06/29/2020 07:55:01 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
c4804e8
Parents:
d4fdde6
Message:

Update to new lfs structure

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • chapter08/autoconf.xml

    rd4fdde6 r37e35d2  
    3232
    3333      <seglistitem>
    34         <seg>&autoconf-ch6-sbu;</seg>
    35         <seg>&autoconf-ch6-du;</seg>
     34        <seg>&autoconf-fin-sbu;</seg>
     35        <seg>&autoconf-fin-du;</seg>
    3636      </seglistitem>
    3737    </segmentedlist>
     
    4444    <para>First, fix a bug generated by Perl 5.28.</para>
    4545
    46 <screen><userinput remap="pre">sed '361 s/{/\\{/' -i bin/autoscan.in</userinput></screen>
     46<screen><userinput remap="pre">sed -i '361 s/{/\\{/' bin/autoscan.in</userinput></screen>
    4747
    4848    <para>Prepare Autoconf for compilation:</para>
     
    6060<screen><userinput remap="test">make check</userinput></screen>
    6161<!--
    62     <para>This takes a long time, about &autoconf-ch6-sbu-tests; SBUs. In addition,
     62    <para>This takes a long time, about &autoconf-fin-sbu-tests; SBUs. In addition,
    6363    several tests are skipped that use Automake. For full test coverage,
    6464    Autoconf can be re-tested after Automake has been installed.  In addition,
Note: See TracChangeset for help on using the changeset viewer.