diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/m4.xml | 4 | ||||
-rw-r--r-- | chapter05/tcl.xml | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/chapter05/m4.xml b/chapter05/m4.xml index 0d4212cc2..4be3a0f36 100644 --- a/chapter05/m4.xml +++ b/chapter05/m4.xml @@ -43,10 +43,6 @@ <sect2 role="installation"> <title>Installation of M4</title> - <para>Fix an incompatibility between this package and Glibc-&glibc-version;:</para> - -<screen><userinput remap="pre">sed -i -e '/gets is a/d' lib/stdio.in.h</userinput></screen> - <para>Prepare M4 for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 4fcc10b61..9a264ad68 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -48,11 +48,6 @@ run in this chapter (they are not mandatory), these packages are required to run the test suites in <xref linkend="chapter-building-system"/>.</para> - <para>First increase the amount of space needed by some regular expressions - in regression tests.</para> - -<screen><userinput remap="pre">sed -i s/500/5000/ generic/regc_nfa.c</userinput></screen> - <para>Prepare Tcl for compilation:</para> <screen><userinput remap="configure">cd unix |