Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/autoconf.xml

    r7152faa r3864d23  
    1 <?xml version="1.0" encoding="UTF-8"?>
     1<?xml version="1.0" encoding="ISO-8859-1"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    4242    <title>Installation of Autoconf</title>
    4343
     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
    4450    <para>Prepare Autoconf for compilation:</para>
    4551
     
    5662 -->
    5763<screen><userinput remap="test">make check</userinput></screen>
     64<!--
     65    <para>This takes a long time, about &autoconf-fin-sbu-tests; SBUs. In addition,
     66    several tests are skipped that use Automake. For full test coverage,
     67    Autoconf can be re-tested after Automake has been installed.  In addition,
     68    two tests fail due to changes in libtool-2.4.3 and later.</para>
     69-->
     70    <note><para>The test time for autoconf can be reduced significantly on a
     71    system with multiple cores.  To do this, append
     72    <command>TESTSUITEFLAGS=-j&lt;N&gt;</command> to the line above.  For
     73    instance, using -j4 can reduce the test time by over 60
     74    percent.</para></note>
    5875
    5976    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.