From ed393bac3dc82373e622ef72dd770dd84e80dbc3 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 24 Sep 2005 15:47:31 +0000 Subject: Upgrade to gawk-3.1.5 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6890 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gawk.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter05/gawk.xml') diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml index 675d5e077..ef363424e 100644 --- a/chapter05/gawk.xml +++ b/chapter05/gawk.xml @@ -33,6 +33,12 @@ ./configure --prefix=/tools +The configure script doesn't detect some functionality correctly. The +following commands correct this problem: + +echo "#define HAVE_LANGINFO_CODESET 1" >> config.h +echo "#define HAVE_LC_MESSAGES 1" >> config.h + Compile the package: make -- cgit v1.2.3-54-g00ecf