Ignore:
Timestamp:
10/02/2022 01:49:39 PM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
1dcfd50
Parents:
111194c (diff), 6582ddc5 (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:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/autoconf.xml

    r111194c r96323bd  
    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.