diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-12-31 01:58:11 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-12-31 02:00:59 +0800 |
commit | d4ce302c0e94aa2aea766eb14f78c965b823360c (patch) | |
tree | 21e078619e54acf5137f7eb0b1248ad552f6bcbb /chapter08/autoconf.xml | |
parent | 462ef6dfa4fce8610eec8001aa7b1b7794037e71 (diff) |
Package updates
- Update to meson-1.3.1 (#5402)
- Update to vim-9.0.2189 (#4500)
- Update to inetutils-2.5 (#5404)
- Update to xml-parser-2.47 (#5403)
- Update to linux-6.6.8 (#5397)
- Update to tzdata-2023d (#5399)
- Update to setuptools-69.0.3 (#5400)
- Update to iana-etc-20231205 (#5006)
- Update to autoconf-2.72 (#5398)
- Update to grub-2.12 (#5396)
Diffstat (limited to 'chapter08/autoconf.xml')
-rw-r--r-- | chapter08/autoconf.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter08/autoconf.xml b/chapter08/autoconf.xml index 8b2afb168..120f31632 100644 --- a/chapter08/autoconf.xml +++ b/chapter08/autoconf.xml @@ -41,12 +41,6 @@ <sect2 role="installation"> <title>Installation of Autoconf</title> - <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> |