diff options
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> |