Преглед на файлове

removed --disable-nls from m4

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@384 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Thomas Balu Walter преди 24 години
родител
ревизия
db85d5983f
променени са 2 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 5 5
      chapter01/changelog.xml
  2. 1 1
      chapter06/m4-inst.xml

+ 5 - 5
chapter01/changelog.xml

@@ -28,11 +28,6 @@ longer is the only used file system. Reiserfs, for example, is often used
 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.
@@ -69,6 +64,11 @@ the fileutils package on Glibc-2.2 based systems (such as the upcoming
 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).

+ 1 - 1
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>