From 965224946e10cde1353270c2b82d64aa7c641e04 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 16 May 2004 00:06:08 +0000 Subject: HEAD: Retaged the SBUs/disk-usage sections, the lists of options and the contents sections in chapter05. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3600 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/expect.xml | 70 +++++++++++++++++++++++++++++++++------------------- 1 file changed, 45 insertions(+), 25 deletions(-) (limited to 'chapter05/expect.xml') diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 24d1cbcac..d3f63773d 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -3,24 +3,30 @@ %general-entities; ]> - + Expect-&expect-version; Expect + <para>The Expect package contains a program for doing scripted dialogues with other interactive programs.</para> -<screen>&buildtime; 0.1 SBU -&diskspace; 3.9 MB</screen> - -<para>Expect installation depends on: Bash, Binutils, Coreutils, Diffutils, -GCC, Glibc, Grep, Make, Sed, Tcl.</para> - - +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>0.1 SBU</seg><seg>3.9 MB</seg></seglistitem> +</segmentedlist> + +<segmentedlist> +<segtitle>Expect installation depends on</segtitle> +<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, +GCC, Glibc, Grep, Make, Sed, Tcl</seg></seglistitem> +</segmentedlist> +</sect2> -<sect2> +<sect2 role="installation"> <title>Installation of Expect First fix a bug that can result in bogus failures during the GCC test @@ -34,16 +40,22 @@ suite run: The meaning of the configure options: - ---with-tcl=/tools/lib: This ensures that + + +--with-tcl=/tools/lib +This ensures that the configure script finds the Tcl installation in our temporary tools location. We don't want it to find an existing one that may possibly reside on the host system. + ---with-x=no: This tells the configure + +--with-x=no +This tells the configure script not to search for Tk (the Tcl GUI component) or the X Window System libraries, both of which may possibly reside on the host system. - + + Build the package: @@ -61,30 +73,38 @@ considered critical.) The meaning of the make parameter: - -SCRIPTS="": This prevents installation + + +SCRIPTS="" +This prevents installation of the supplementary expect scripts which are not needed. - + + You can now remove the source directories of both Tcl and Expect. -Contents of Expect - -Installed program: expect - -Installed library: libexpect&expect-version;.a - - +Contents of Expect + +Installed program +Installed library +expectlibexpect&expect-version;.a + -Short description +Short description + +expect + expect -expect talks to other interactive +talks to other interactive programs according to a script. + + + -- cgit v1.2.3-54-g00ecf