diff options
author | Thomas Balu Walter <tw@itreff.de> | 2001-03-29 15:42:09 +0000 |
---|---|---|
committer | Thomas Balu Walter <tw@itreff.de> | 2001-03-29 15:42:09 +0000 |
commit | db85d5983f12ce415e2e5b505040b5b3d93ee6dd (patch) | |
tree | 69b41d3580153ceda70df818511f51497ee69955 | |
parent | c91b5799cd1058f878cdb6ff87af9825f5226351 (diff) |
removed --disable-nls from m4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@384 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/m4-inst.xml | 2 |
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> |