Author: manuel Date: 2005-10-19 15:12:58 -0600 (Wed, 19 Oct 2005) New Revision: 7060
Modified: branches/6.1.1/BOOK/chapter05/expect.xml branches/6.1.1/BOOK/general.ent Log: Fixed the version of libexpect Modified: branches/6.1.1/BOOK/chapter05/expect.xml =================================================================== --- branches/6.1.1/BOOK/chapter05/expect.xml 2005-10-19 21:06:01 UTC (rev 7059) +++ branches/6.1.1/BOOK/chapter05/expect.xml 2005-10-19 21:12:58 UTC (rev 7060) @@ -103,7 +103,7 @@ <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> @@ -120,12 +120,12 @@ </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> Modified: branches/6.1.1/BOOK/general.ent =================================================================== --- branches/6.1.1/BOOK/general.ent 2005-10-19 21:06:01 UTC (rev 7059) +++ branches/6.1.1/BOOK/general.ent 2005-10-19 21:12:58 UTC (rev 7060) @@ -34,6 +34,7 @@ <!ENTITY diffutils-version "2.8.1"> <!ENTITY e2fsprogs-version "1.37"> <!ENTITY expect-version "5.43.0"> +<!ENTITY expect-lib-version "5.43"> <!ENTITY file-version "4.13"> <!ENTITY findutils-version "4.2.23"> <!ENTITY flex-version "2.5.31"> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
