|
@@ -40,6 +40,14 @@
|
|
|
|
|
|
<screen><userinput>patch -Np1 -i ../&expect-spawn-patch;</userinput></screen>
|
|
<screen><userinput>patch -Np1 -i ../&expect-spawn-patch;</userinput></screen>
|
|
|
|
|
|
|
|
+ <para>Next, force Expect's configure script to use <filename>/bin/stty</filename>
|
|
|
|
+ instead of a <filename>/usr/local/bin/stty</filename> it may find on the host system.
|
|
|
|
+ This will ensure that our testsuite tools remain sane for the final builds of our
|
|
|
|
+ toolchain.</para>
|
|
|
|
+
|
|
|
|
+<screen><userinput>cp configure{,.bak}
|
|
|
|
+sed 's:/usr/local/bin:/bin:' configure.bak > configure</userinput></screen>
|
|
|
|
+
|
|
<para>Now prepare Expect for compilation:</para>
|
|
<para>Now prepare Expect for compilation:</para>
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/tools --with-tcl=/tools/lib \
|
|
<screen><userinput>./configure --prefix=/tools --with-tcl=/tools/lib \
|