Changeset f32f537 for temp-tools
- Timestamp:
- Feb 21, 2006, 1:26:16 AM (19 years ago)
- Children:
- 4a9cdca
- Parents:
- 360c931
- Location:
- temp-tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-tools/common/expect.xml
r360c931 rf32f537 48 48 <title>The meaning of the configure options:</title> 49 49 50 <varlistentry >50 <varlistentry os="e1"> 51 51 <term><parameter>--with-tcl=/tools/lib</parameter></term> 52 52 <listitem> … … 56 56 </varlistentry> 57 57 58 <varlistentry >58 <varlistentry os="e2"> 59 59 <term><parameter>--with-tclinclude=/tools/include</parameter></term> 60 60 <listitem> … … 66 66 </varlistentry> 67 67 68 <varlistentry >68 <varlistentry os="e3"> 69 69 <term><parameter>--with-x=no</parameter></term> 70 70 <listitem> -
temp-tools/common/texinfo.xml
r360c931 rf32f537 43 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 44 44 href="../../final-system/common/texinfo.xml" 45 xpointer="xpointer(//*[@os=' f'])"/>45 xpointer="xpointer(//*[@os='g'])"/> 46 46 47 47 </sect2> -
temp-tools/multilib/expect-64bit.xml
r360c931 rf32f537 38 38 --libdir=/tools/lib64 --with-x=no</userinput></screen> 39 39 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 href="../common/expect.xml" 42 xpointer="xpointer(//*[@os='e'])"/> 40 <variablelist os="e"> 41 <title>The meaning of the configure options:</title> 42 43 <varlistentry os="e1"> 44 <term><parameter>--with-tcl=/tools/lib64</parameter></term> 45 <listitem> 46 <para>This ensures that the configure script finds the Tcl 47 installation in the temporary temp-tools location.</para> 48 </listitem> 49 </varlistentry> 50 51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 52 href="../common/expect.xml" 53 xpointer="xpointer(//*[@os='e2'])"/> 54 55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 56 href="../common/expect.xml" 57 xpointer="xpointer(//*[@os='e3'])"/> 58 59 </variablelist> 43 60 44 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-tools/multilib/texinfo.xml
r360c931 rf32f537 43 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 44 44 href="../common/texinfo.xml" 45 xpointer="xpointer(//*[@os=' f'])"/>45 xpointer="xpointer(//*[@os='g'])"/> 46 46 47 47 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.