diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-22 14:47:23 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-22 14:47:23 +0000 |
commit | 26fac4bcab6095a7f8bdb9394ef11234e8249f3f (patch) | |
tree | 4dbb199625fa5aef06501330b90d63f67146e365 /chapter05 | |
parent | ec8e3a58d8d653fafef2c47de08cfae081310310 (diff) |
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
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/expect-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/tcl-inst.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/expect-inst.xml b/chapter05/expect-inst.xml index 1ef864684..5d6a714ee 100644 --- a/chapter05/expect-inst.xml +++ b/chapter05/expect-inst.xml @@ -4,7 +4,7 @@ <title>Installation of Expect</title> <para><screen><userinput>patch -Np1 -i ../expect-&expect-version;.patch -./configure --prefix=/stage1 +./configure --prefix=/stage1 --with-tcl=/stage1/lib --with-x=no make make test make install</userinput></screen></para> 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 @@ <title>Installation of TCL</title> <para><screen><userinput>cd unix -./configure --prefix=/stage1 --with-tcl=/stage1/lib --with-x=no +./configure --prefix=/stage1 make make test make install |