aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2006-05-02 17:16:36 +0000
committerArchaic <archaic@linuxfromscratch.org>2006-05-02 17:16:36 +0000
commit2f3d5955c56d5c05250e05fda877a7577b326f40 (patch)
treec495e2a6675e4236a96a548d73ee4e53ace75075 /chapter05
parent2c558d69142518406359993201a4e9d979236857 (diff)
Updated to tcl8.4.13.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7577 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/tcl.xml11
1 files changed, 3 insertions, 8 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml
index f930ff747..d315b1931 100644
--- a/chapter05/tcl.xml
+++ b/chapter05/tcl.xml
@@ -25,7 +25,7 @@
<seglistitem>
<seg>0.9 SBU</seg>
- <seg>23.3 MB</seg>
+ <seg>23.8 MB</seg>
</seglistitem>
</segmentedlist>
@@ -42,15 +42,10 @@
(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 -v configure{,.orig}
-sed "s/relid'/relid/" configure.orig &gt; configure</userinput></screen>
-
<para>Prepare Tcl for compilation:</para>
-<screen><userinput>./configure --prefix=/tools</userinput></screen>
+<screen><userinput>cd unix
+./configure --prefix=/tools</userinput></screen>
<para>Build the package:</para>