From 24755341b7c56231f48c248cee03276d5a947016 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sun, 11 Dec 2005 21:40:01 +0000 Subject: Upgrade to bash-3.1. Fix Tcl to work with the new Bash. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7210 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/tcl.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'chapter05') 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 . +Tcl's configure script has a syntax error: +cd unix +cp configure configure.orig +sed "e;s/relid'/relid/"e; configure.orig > configure + Prepare Tcl for compilation: -cd unix -./configure --prefix=/tools +./configure --prefix=/tools Build the package: -- cgit v1.2.3-54-g00ecf