Fix location of change to config.h in Bison

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9205 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2010-02-28 06:33:17 +00:00
parent 4d2dd2eddd
commit fac78e6dd6
3 changed files with 14 additions and 3 deletions

View File

@ -36,6 +36,17 @@
</listitem>
-->
<listitem>
<para>2010-02-28</para>
<itemizedlist>
<listitem>
<para>[bdubbs] Fix location of change to config.h in Bison.
Fixes
<ulink url="&lfs-ticket-root;2595">#2595</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2010-02-26</para>
<itemizedlist>

View File

@ -49,7 +49,7 @@
program is not already in $PATH. The following addition will correct
this:</para>
<screen><userinput remap="configure">echo '#define YYENABLE_NLS 1' &gt;&gt; config.h</userinput></screen>
<screen><userinput remap="configure">echo '#define YYENABLE_NLS 1' &gt;&gt; lib/config.h</userinput></screen>
<para>Compile the package:</para>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-201002026">
<!ENTITY releasedate "February 26, 2010">
<!ENTITY version "SVN-201002028">
<!ENTITY releasedate "February 28, 2010">
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->