|
@@ -32,6 +32,13 @@ GCC, Gettext, Glibc, Grep, M4, Make, and Sed</seg></seglistitem>
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr</userinput></screen>
|
|
<screen><userinput>./configure --prefix=/usr</userinput></screen>
|
|
|
|
|
|
|
|
+<para>The configure system causes bison to be built without support for
|
|
|
|
+internationalization of error messages if a <command>bison</command>
|
|
|
|
+program is not already in $PATH. The following addition will correct
|
|
|
|
+this.</para>
|
|
|
|
+
|
|
|
|
+<screen>echo '#define YYENABLE_NLS 1' >> config.h</screen>
|
|
|
|
+
|
|
<para>Compile the package:</para>
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
<screen><userinput>make</userinput></screen>
|
|
<screen><userinput>make</userinput></screen>
|