diff options
Diffstat (limited to 'chapter05/expect.xml')
-rw-r--r-- | chapter05/expect.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 5cdcba409..752fcb977 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -16,13 +16,11 @@ other interactive programs.</para> <sect2> <title>Installation of Expect</title> -<para>First apply a patch:</para> +<para>First fix a bug that can result in bogus failures during the GCC test +suite run:</para> <screen><userinput>patch -Np1 -i ../&expect-patch;</userinput></screen> -<para>This fixes a bug in Expect that can result in bogus failures during the -GCC test suite run.</para> - <para>Now prepare Expect for compilation:</para> <screen><userinput>./configure --prefix=/tools --with-tcl=/tools/lib --with-x=no</userinput></screen> @@ -57,8 +55,8 @@ considered critical.)</para> <para>The meaning of the make parameter:</para> <itemizedlist> -<listitem><para><userinput>SCRIPTS=""</userinput>: This prevents installation of -the supplementary expect scripts which are not needed.</para></listitem> +<listitem><para><userinput>SCRIPTS=""</userinput>: This prevents installation +of the supplementary expect scripts which are not needed.</para></listitem> </itemizedlist> <para>You can now remove the source directories of both Tcl and Expect.</para> |