Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/bison.xml

    r686839b r61ad0b7f  
    2525    <title>Installation of Bison</title>
    2626
    27     <para os="t3">The <command>configure </command>script does not determine
    28     the correct value for the following. Set the value manually:</para>
    29 
    30 <screen os="t4"><userinput>echo "ac_cv_prog_lex_is_flex=yes" &gt; config.cache</userinput></screen>
    31 
    3227    <para os="a">Prepare Bison for compilation:</para>
    3328
    34 <screen os="b"><userinput>./configure --prefix=/usr --cache-file=config.cache</userinput></screen>
     29<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
     30
     31    <para os="b1">The configure system causes Bison to be built without support
     32    for internationalization of error messages if a <command>bison</command>
     33    program is not already in $PATH.  The following addition will correct
     34    this:</para>
     35
     36<screen os="b2"><userinput>echo '#define YYENABLE_NLS 1' &gt;&gt; config.h</userinput></screen> 
    3537
    3638    <para os="c">Compile the package:</para>
     
    3840<screen os="d"><userinput>make</userinput></screen>
    3941
    40     <para os="e">To test the results, issue:</para>
    41 
    42 <screen os="e2"><userinput remap="test">make check</userinput></screen>
     42    <para os="e">To test the results, issue:
     43    <userinput>make check</userinput>.</para>
    4344
    4445    <para os="f">Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.