diff options
Diffstat (limited to 'chapter06/bison.xml')
-rw-r--r-- | chapter06/bison.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index ee890bef1..4f0c6bba1 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -43,14 +43,14 @@ <para>Prepare Bison for compilation:</para> <screen><userinput remap="configure">./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><userinput remap="configure">echo '#define YYENABLE_NLS 1' >> lib/config.h</userinput></screen> - +--> <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> @@ -59,6 +59,8 @@ <screen><userinput remap="test">make check</userinput></screen> + <para>One test will fail due to not having flex available yet.</para> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |