Changeset c41de60


Ignore:
Timestamp:
03/03/2006 07:28:20 PM (18 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
656acb6
Parents:
1d6017e4
Message:

Merged missing fix for Bison i18n. Thanks to Dan Nicholson for the report.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7403 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bison.xml

    r1d6017e4 rc41de60  
    4747
    4848<screen><userinput>./configure --prefix=/usr</userinput></screen>
     49
     50    <para>The configure system causes bison to be built without support for
     51    internationalization of error messages if a <command>bison</command>
     52    program is not already in $PATH.  The following addition will correct
     53    this.</para>
     54
     55<screen><userinput>echo '#define YYENABLE_NLS 1' &gt;&gt; config.h</userinput></screen>
    4956
    5057    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.