diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-29 16:24:16 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-29 16:24:16 +0000 |
commit | 663ecfcc5f04e7c2860b83ef89e49f5e8b68bbbe (patch) | |
tree | 7c789513e8b75ee906795c4a06600e2e4284638f /chapter05/expect.xml | |
parent | 2ec0d203c3af587beb98406888dca6f6f5283180 (diff) |
Several minor wording changes (chapters 1 - 5).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/expect.xml')
-rw-r--r-- | chapter05/expect.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 288747467..bda9a531a 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -55,15 +55,16 @@ one on the host system.</para></listitem> <term><parameter>--with-tclinclude=$TCLPATH</parameter></term> <listitem><para>This explicitly tells Expect where to find Tcl's source directory and internal headers. Using this option avoids conditions -where <command>configure</command> fails because it hasn't automatically -discovered the location of the Tcl source directory.</para></listitem> +where <command>configure</command> fails because it cannot automatically +discover the location of the Tcl source directory.</para></listitem> </varlistentry> <varlistentry> <term><parameter>--with-x=no</parameter></term> <listitem><para>This tells the configure script not to search for Tk (the Tcl GUI component) or the X Window System libraries, both of -which may reside on the host system.</para></listitem> +which may reside on the host system but will not exist in the temporary +environment.</para></listitem> </varlistentry> </variablelist> |