diff options
author | Xi Ruoyao <xry111@xry111.site> | 2024-01-01 05:57:54 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2024-01-01 05:57:54 +0800 |
commit | 257686627d14b94ee248198e04b431f9567f4d72 (patch) | |
tree | 299d0f6655636bc4a814bb82d7c56dd6e767750f /chapter08/autoconf.xml | |
parent | 00de2694ce852e9b042eaa3225e0c079978e048f (diff) | |
parent | 6fec3f51e71f36219829eddd63b1cf6e11bcd447 (diff) |
Merge remote-tracking branch 'origin/trunk' into xry111/arm64xry111/arm64
Diffstat (limited to 'chapter08/autoconf.xml')
-rw-r--r-- | chapter08/autoconf.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/chapter08/autoconf.xml b/chapter08/autoconf.xml index 38375665f..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> @@ -61,17 +55,6 @@ To run the tests anyway, issue:</para> --> <screen><userinput remap="test">make check</userinput></screen> -<!-- - <para>This takes a long time, about &autoconf-fin-sbu-tests; SBUs. In addition, - several tests are skipped that use Automake. For full test coverage, - Autoconf can be re-tested after Automake has been installed. In addition, - two tests fail due to changes in libtool-2.4.3 and later.</para> ---> - <note><para>The test time for autoconf can be reduced significantly on a - system with multiple cores. To do this, append - <command>TESTSUITEFLAGS=-j<N></command> to the line above. For - instance, using -j4 can reduce the test time by over 60 - percent.</para></note> <para>Install the package:</para> |