aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-07-15 12:30:07 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-07-15 12:30:07 -0500
commitf3997370c5e82150e0533b29c4fd47018375af6c (patch)
tree7d5ef96961d177aaff0cc54af997e9844fd38dd7
parent176404f5e23d4b5a432a7813bec7823a3f2c7185 (diff)
Remove modifications to m4 that are no longer needed.
-rw-r--r--chapter01/changelog.xml9
-rw-r--r--chapter06/m4.xml4
-rw-r--r--chapter08/m4.xml4
3 files changed, 13 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index f724ac916..047a1d56f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,15 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2021-07-15</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Remove modifications to m4 that are no longer needed.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2021-07-08</para>
<itemizedlist>
<listitem revision="systemd">
diff --git a/chapter06/m4.xml b/chapter06/m4.xml
index 7a28a08cc..91e0a9ea2 100644
--- a/chapter06/m4.xml
+++ b/chapter06/m4.xml
@@ -42,12 +42,12 @@
<sect2 role="installation">
<title>Installation of M4</title>
-
+<!--
<para>First, make some fixes introduced by glibc-2.28:</para>
<screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c
echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen>
-
+-->
<para>Prepare M4 for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
diff --git a/chapter08/m4.xml b/chapter08/m4.xml
index b8d57fba0..13b032a25 100644
--- a/chapter08/m4.xml
+++ b/chapter08/m4.xml
@@ -39,12 +39,12 @@
<sect2 role="installation">
<title>Installation of M4</title>
-
+<!--
<para>First, make some fixes required by glibc-2.28 and later:</para>
<screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c
echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen>
-
+-->
<para>Prepare M4 for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>