aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/autoconf.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/autoconf.xml')
-rw-r--r--chapter06/autoconf.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml
index d90c1b731..6652747fd 100644
--- a/chapter06/autoconf.xml
+++ b/chapter06/autoconf.xml
@@ -52,11 +52,13 @@
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>
-
- <para>To test the results, issue:</para>
+<!--
+ <para>To test the results, issue:</para>-->
+ <para>The test suite is currently broken by bash-5 and libtool-2.4.3.
+ To run the tests anyway, issue:</para>
<screen><userinput remap="test">make check</userinput></screen>
-
+<!--
<para>This takes a long time, about &autoconf-ch6-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,
@@ -67,7 +69,7 @@
<command>TESTSUITEFLAGS=-j&lt;N&gt;</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>
<screen><userinput remap="install">make install</userinput></screen>