aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-08-12 19:26:14 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-08-12 19:26:14 +0000
commit7b303d47a0f2f2152e128d91b35478b9eb69bafa (patch)
treee80a3d582c6c15a6f5e20868e84b6914dd94bcab /chapter05
parent578fb81b00b3cddbf5271e439d47fafb19d7a79c (diff)
Fix incorrect version number for expect's installed library (Bug 1608)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6664 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/expect.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml
index bda9a531a..a0caafa5d 100644
--- a/chapter05/expect.xml
+++ b/chapter05/expect.xml
@@ -105,7 +105,7 @@ scripts, which are not needed.</para></listitem>
<segmentedlist>
<segtitle>Installed program</segtitle>
<segtitle>Installed library</segtitle>
-<seglistitem><seg>expect</seg><seg>libexpect-5.42.a</seg></seglistitem>
+<seglistitem><seg>expect</seg><seg>libexpect-&expect-lib-version;.a</seg></seglistitem>
</segmentedlist>
<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
@@ -122,12 +122,12 @@ programs according to a script</para>
</varlistentry>
<varlistentry id="libexpect">
-<term><filename class="libraryfile">libexpect-5.42.a</filename></term>
+<term><filename class="libraryfile">libexpect-&expect-lib-version;.a</filename></term>
<listitem>
<para>Contains functions that allow Expect to be used as a Tcl extension or to
be used directly from C or C++ (without Tcl)</para>
<indexterm zone="ch-tools-expect libexpect"><primary
-sortas="c-libexpect-5.42">libexpect-5.42</primary></indexterm>
+sortas="c-libexpect-&expect-lib-version;">libexpect-&expect-lib-version;</primary></indexterm>
</listitem>
</varlistentry>
</variablelist>