Ignore:
Timestamp:
11/05/2020 12:48:24 PM (3 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
9f62bc3
Parents:
3b3d052
Message:

Merge changes from trunk to multilib

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/autoconf.xml

    r3b3d052 r4e579ca2  
    4242    <title>Installation of Autoconf</title>
    4343
    44     <para>First, fix a bug generated by Perl 5.28.</para>
     44    <para>First, apply a patch fixes several problems that occur with the latest
     45    perl, libtool, and bash versions.</para>
    4546
    46 <screen><userinput remap="pre">sed -i '361 s/{/\\{/' bin/autoscan.in</userinput></screen>
     47<screen><userinput remap="pre">patch -Np1 -i ../&autoconf-fixes-patch;</userinput></screen>
    4748
    4849    <para>Prepare Autoconf for compilation:</para>
     
    5354
    5455<screen><userinput remap="make">make</userinput></screen>
     56
     57    <para>To test the results, issue:</para>
    5558<!--
    56     <para>To test the results, issue:</para>-->
    5759    <para>The test suite is currently broken by bash-5 and libtool-2.4.3.
    5860    To run the tests anyway, issue:</para>
    59 
     61 -->
    6062<screen><userinput remap="test">make check</userinput></screen>
    6163<!--
Note: See TracChangeset for help on using the changeset viewer.