Changeset d3b4d0a2


Ignore:
Timestamp:
05/09/2006 08:38:07 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1b81133c
Parents:
e99fce3f
Message:

Modified the Expect build commands to work with the new Tcl build method

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6033 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/expect.xml

    re99fce3f rd3b4d0a2  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    186
    197  <!ENTITY expect-download-http "http://expect.nist.gov/old/expect-&expect-version;.tar.gz">
     
    10492
    10593<screen><userinput>patch -Np1 -i ../expect-&expect-version;-spawn-2.patch &amp;&amp;
    106 ./configure --prefix=/usr --with-tcl=/usr/lib \
    107     --with-tclinclude=/usr/include/tcl8.4 --enable-shared &amp;&amp;
     94./configure --prefix=/usr \
     95            --with-tclinclude=/usr/include \
     96            --enable-shared &amp;&amp;
    10897make</userinput></screen>
     98
     99    <para>This package does not come with a reliable test suite.</para>
    109100
    110101    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    121112    building the shared library.</para>
    122113
    123     <para><option>--with-tk=/usr/lib</option>: Use this option to link in the
     114    <!--
     115    <para><option>-with-tk=/usr/lib</option>: Use this option to link in the
    124116    <application>Tk</application> library.</para>
     117    -->
    125118
    126119    <para><command>ln -sf ../libexpect5.43.a /usr/lib/expect5.43</command>: This
     
    451444
    452445</sect1>
    453 
  • introduction/welcome/changelog.xml

    re99fce3f rd3b4d0a2  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Modified the Expect build commands to work with the
     49          new Tcl build method.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[randy] - Added an additional command to the Sysstat
    4953          installation so that a configuration file containing the history
Note: See TracChangeset for help on using the changeset viewer.