source: BOOK/testsuite-tools/multilib/expect.xml@ 078b277

clfs-3.0.0-systemd systemd
Last change on this file since 078b277 was dabbced, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Change the XInclude schema path from 2003 to 2001. 2003 is depreciated
according to w3.org and 2001 should be used instead.

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
[134ba96]8<sect1 id="ch-testsuite-tools-expect" role="wrap">
[16b653eb]9 <?dbhtml filename="expect.html"?>
[3f8be484]10
11 <title>Expect-&expect-version;</title>
12
[134ba96]13 <indexterm zone="ch-testsuite-tools-expect">
[3f8be484]14 <primary sortas="a-Expect">Expect</primary>
15 </indexterm>
16
[dabbced]17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3ef74b1]18 href="../common/expect.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21 <sect2 role="installation">
22 <title>Installation of Expect</title>
23
[dabbced]24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]25 href="../common/expect.xml"
26 xpointer="xpointer(//*[@os='c'])"/>
27
[e47ec16]28<screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/tools \
[b15e6404]29 --with-tcl=/tools/lib64 --with-tclinclude=/tools/include \
[7a8cc24]30 --libdir=/tools/lib64</userinput></screen>
[3f8be484]31
[6bb43b3]32 <variablelist os="e">
33 <title>The meaning of the configure options:</title>
34
35 <varlistentry os="e1">
36 <term><parameter>--with-tcl=/tools/lib64</parameter></term>
37 <listitem>
38 <para>This ensures that the configure script finds the Tcl
[134ba96]39 installation in the temporary tools location.</para>
[6bb43b3]40 </listitem>
41 </varlistentry>
42
[dabbced]43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6bb43b3]44 href="../common/expect.xml"
45 xpointer="xpointer(//*[@os='e2'])"/>
46
47 </variablelist>
[3f8be484]48
[dabbced]49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]50 href="../common/expect.xml"
51 xpointer="xpointer(//*[@os='f'])"/>
52
[dabbced]53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]54 href="../common/expect.xml"
55 xpointer="xpointer(//*[@os='g'])"/>
56
[dabbced]57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]58 href="../common/expect.xml"
59 xpointer="xpointer(//*[@os='i'])"/>
60
[dabbced]61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]62 href="../common/expect.xml"
63 xpointer="xpointer(//*[@os='j'])"/>
64
[dabbced]65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[fe3e01c1]66 href="../common/expect.xml"
67 xpointer="xpointer(//*[@os='k'])"/>
68
[3f8be484]69 </sect2>
70
[dabbced]71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]72 href="../common/expect.xml"
73 xpointer="xpointer(id('contents-expect'))"/>
74
75</sect1>
Note: See TracBrowser for help on using the repository browser.