aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/tcl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/tcl.xml')
-rw-r--r--chapter05/tcl.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml
index 981117d24..592823f46 100644
--- a/chapter05/tcl.xml
+++ b/chapter05/tcl.xml
@@ -38,10 +38,14 @@ run in this chapter (they are not mandatory), these packages
are required to run the test suites in <xref
linkend="chapter-building-system"/>.</para>
+<para>Tcl's configure script has a syntax error:</para>
+<screen><userinput>cd unix
+cp configure configure.orig
+sed &quote;s/relid'/relid/&quote; configure.orig &gt; configure</userinput></screen>
+
<para>Prepare Tcl for compilation:</para>
-<screen><userinput>cd unix
-./configure --prefix=/tools</userinput></screen>
+<screen><userinput>./configure --prefix=/tools</userinput></screen>
<para>Build the package:</para>