aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gawk.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/gawk.xml')
-rw-r--r--chapter05/gawk.xml6
1 files changed, 6 insertions, 0 deletions
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 @@
<screen><userinput>./configure --prefix=/tools</userinput></screen>
+<para>The configure script doesn't detect some functionality correctly. The
+following commands correct this problem:</para>
+
+<screen><userinput>echo "#define HAVE_LANGINFO_CODESET 1" >> config.h
+echo "#define HAVE_LC_MESSAGES 1" >> config.h</userinput></screen>
+
<para>Compile the package:</para>
<screen><userinput>make</userinput></screen>