Ignore:
Timestamp:
10/01/2022 10:30:12 PM (19 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
f3b2f16
Parents:
f29824e (diff), 4349661 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/autoconf.xml

    rf29824e rc093e6b  
    4141  <sect2 role="installation">
    4242    <title>Installation of Autoconf</title>
    43 <!--
    44     <para>First, apply a patch fixes several problems that occur with the latest
    45     perl, libtool, and bash versions.</para>
    4643
    47 <screen><userinput remap="pre">patch -Np1 -i ../&autoconf-fixes-patch;</userinput></screen>
    48 -->
     44    <para>First, fix several problems with the tests caused by bash-5.2 and later:</para>
     45
     46    <screen><userinput remap="pre">sed -e 's/SECONDS|/&amp;SHLVL|/'               \
     47    -e '/BASH_ARGV=/a\        /^SHLVL=/ d' \
     48    -i.orig tests/local.at</userinput></screen>
     49
    4950    <para>Prepare Autoconf for compilation:</para>
    5051
Note: See TracChangeset for help on using the changeset viewer.