|
@@ -44,16 +44,6 @@
|
|
|
|
|
|
<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib</userinput></screen>
|
|
<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib</userinput></screen>
|
|
|
|
|
|
- <para>Due to a bug in the <command>configure</command> script, Gawk fails
|
|
|
|
- to detect certain aspects of locale support in Glibc. This bug leads to,
|
|
|
|
- e.g., Gettext testsuite failures. Work around this issue by appending the
|
|
|
|
- missing macro definitions to <filename>config.h</filename>:</para>
|
|
|
|
-
|
|
|
|
-<screen><userinput remap="configure">cat >> config.h << "EOF"
|
|
|
|
-<literal>#define HAVE_LANGINFO_CODESET 1
|
|
|
|
-#define HAVE_LC_MESSAGES 1</literal>
|
|
|
|
-EOF</userinput></screen>
|
|
|
|
-
|
|
|
|
<para>Compile the package:</para>
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
<screen><userinput remap="make">make</userinput></screen>
|
|
<screen><userinput remap="make">make</userinput></screen>
|