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 /chapter06 | |
parent | c91b5799cd1058f878cdb6ff87af9825f5226351 (diff) |
removed --disable-nls from m4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@384 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/m4-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |