diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-29 18:32:56 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-29 18:32:56 -0500 |
commit | 79789000a80b5d149e46c2cc8de726aa9f3d4cc9 (patch) | |
tree | df44237d7b3380573ea4d4b698d960f0744f72bb /chapter08 | |
parent | cc0e77d267fc5ca59ed2215c04ece7e80432e0c7 (diff) |
Package updates.
Update to iana-etc-20220922.
Update to tzdata-2022d.
Update to readline-8.2.
Update to linux-5.19.11.
Update to libffi-3.4.3.
Update to libcap-2.66.
Update to dbus-1.14.2.
Update to bc-6.0.3.
Update to bash-5.2.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/autoconf.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/chapter08/autoconf.xml b/chapter08/autoconf.xml index d7563963b..40427cda7 100644 --- a/chapter08/autoconf.xml +++ b/chapter08/autoconf.xml @@ -40,12 +40,13 @@ <sect2 role="installation"> <title>Installation of Autoconf</title> -<!-- - <para>First, apply a patch fixes several problems that occur with the latest - perl, libtool, and bash versions.</para> -<screen><userinput remap="pre">patch -Np1 -i ../&autoconf-fixes-patch;</userinput></screen> ---> + <para>First, fix several problems with the tests caused by bash-5.2 and later:</para> + + <screen><userinput remap="pre">sed -e 's/SECONDS|/&SHLVL|/' \ + -e '/BASH_ARGV=/a\ /^SHLVL=/ d' \ + -i.orig tests/local.at</userinput></screen> + <para>Prepare Autoconf for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |