From 26fac4bcab6095a7f8bdb9394ef11234e8249f3f Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 22 May 2003 14:47:23 +0000 Subject: Fixed the TCL and Expect installation. Configure options ended up in the tcl one by mistake, were meant for the expect one git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/tcl-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05/tcl-inst.xml') diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index 59b721d8f..523ce4463 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -4,7 +4,7 @@ Installation of TCL cd unix -./configure --prefix=/stage1 --with-tcl=/stage1/lib --with-x=no +./configure --prefix=/stage1 make make test make install -- cgit v1.2.3-54-g00ecf