diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-11 05:55:06 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-11 05:55:06 +0000 |
commit | aefc8221f5cc504a8bc7a6354fda23ca7f78de79 (patch) | |
tree | c0cec08cce56091a37d890b99d3c388f14e76f38 /chapter07/expect.xml | |
parent | 387a32af4bff50363c15788cf25f10ed26cfabd3 (diff) |
Updates to the rest of cross2 Chapter 7.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11919 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/expect.xml')
-rw-r--r-- | chapter07/expect.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/chapter07/expect.xml b/chapter07/expect.xml index b298a55f2..7e59bda8b 100644 --- a/chapter07/expect.xml +++ b/chapter07/expect.xml @@ -62,9 +62,9 @@ <varlistentry> <term><parameter>--with-tcl=/usr/lib</parameter></term> <listitem> - <para>This parameter is needed to tell the + <para>This parameter is needed to tell <command>configure</command> where the - <command>tclConfig.sh</command> is located.</para> + <command>tclConfig.sh</command> script is located.</para> </listitem> </varlistentry> @@ -72,9 +72,7 @@ <term><parameter>--with-tclinclude=/usr/include</parameter></term> <listitem> <para>This explicitly tells Expect where to find Tcl's internal - headers. Using this option avoids conditions where - <command>configure</command> fails because it cannot automatically - discover the location of Tcl's headers.</para> + headers.</para> </listitem> </varlistentry> |