aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/m4-inst.xml2
2 files changed, 6 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 52fb1908b..39fc31101 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -29,11 +29,6 @@ too now.
</para></listitem>
<listitem><para>
-Chapter 5: Removed --disable-nls from configuration of programs that don't
-need it (bash, diffutils, gzip, sed).
-</para></listitem>
-
-<listitem><para>
Chapter 5: Added static mawk, texinfo, and partially gettext to faciliate
the move of Glibc from Chapter 5 to Chapter 6.
</para></listitem>
@@ -70,6 +65,11 @@ LFS-3.0 system).
</para></listitem>
<listitem><para>
+Chapter 5+6: Removed --disable-nls from configuration of programs that don't
+need it (bash, diffutils, gzip, sed, m4).
+</para></listitem>
+
+<listitem><para>
Chapter 5+6: Changed from "cd dir && make" to "make -C dir"
(gettext-static, sysvinit).
</para></listitem>
diff --git a/chapter06/m4-inst.xml b/chapter06/m4-inst.xml
index 68e24e824..31e583d33 100644
--- a/chapter06/m4-inst.xml
+++ b/chapter06/m4-inst.xml
@@ -35,7 +35,7 @@ commands:
<userinput>logout</userinput>
<userinput>cd $LFS/usr/src/m4-1.4</userinput>
-<userinput>./configure --prefix=/usr --disable-nls</userinput>
+<userinput>./configure --prefix=/usr</userinput>
<userinput>make LDFLAGS=-static</userinput>
<userinput>make prefix=$LFS/usr install</userinput>