aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/m4.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-09-22 20:22:23 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-09-22 20:22:23 +0000
commit429b4dc99030e6a2bc4eab6688899b813acb6512 (patch)
tree48e79651e7894f3d0889bcb863e380ea3cdb96ef /chapter06/m4.xml
parent225a1c7f2ed5a48cef8234127b8ebb7d1b3c137f (diff)
Upgrade to M4-1.4.15. Fixes #2744.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9382 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/m4.xml')
-rw-r--r--chapter06/m4.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/m4.xml b/chapter06/m4.xml
index cf7934ee5..c22282c1d 100644
--- a/chapter06/m4.xml
+++ b/chapter06/m4.xml
@@ -40,12 +40,6 @@
<sect2 role="installation">
<title>Installation of M4</title>
- <para>Add a missing include directive that prevents M4 successfully building
- against Glibc-&glibc-version;:</para>
-
-<screen><userinput remap="pre">sed -i -e '/"m4.h"/a\
-#include &lt;sys/stat.h&gt;' src/path.c</userinput></screen>
-
<para>Prepare M4 for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>