aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/m4.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-09-23 18:20:52 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-09-23 18:20:52 +0000
commit2f1fdcd5e6c319d5b6c9459681423ec49d20017e (patch)
tree9f851efeb5cf837ade57541a7d6060228dc99cf3 /chapter06/m4.xml
parent8d8c3dc70f10f7a9b37a1dddb64e9c17d4af72a3 (diff)
Update to man-pages-3.54.
Update to tcl-8.6.1. Update to M4-1.4.17. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10348 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/m4.xml')
-rw-r--r--chapter06/m4.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/chapter06/m4.xml b/chapter06/m4.xml
index 3a20da992..c22282c1d 100644
--- a/chapter06/m4.xml
+++ b/chapter06/m4.xml
@@ -40,10 +40,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=/usr</userinput></screen>
@@ -52,11 +48,9 @@
<screen><userinput remap="make">make</userinput></screen>
- <!--<para>To test the results, issue:</para>-->
- <para>To test the results, first fix a test program and then run the test programs:</para>
+ <para>To test the results, issue:</para>
-<screen><userinput remap="test">sed -i -e '41s/ENOENT/&amp; || errno == EINVAL/' tests/test-readlink.h
-make check</userinput></screen>
+<screen><userinput remap="test">make check</userinput></screen>
<para>Install the package:</para>