Changeset ec786b74 for chapter08


Ignore:
Timestamp:
09/27/2020 08:51:41 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
38b705d
Parents:
d668398
Message:

Add autoconf-2.69-consolidated_fixes-1.patch which allows autoconf tests to pass.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12050 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/autoconf.xml

    rd668398 rec786b74  
    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 version.</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.