1
0
Эх сурвалжийг харах

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
Bruce Dubbs 15 жил өмнө
parent
commit
fac78e6dd6

+ 11 - 0
chapter01/changelog.xml

@@ -36,6 +36,17 @@
     </listitem>
     </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>
     <listitem>
       <para>2010-02-26</para>
       <para>2010-02-26</para>
       <itemizedlist>
       <itemizedlist>

+ 1 - 1
chapter06/bison.xml

@@ -49,7 +49,7 @@
     program is not already in $PATH. The following addition will correct
     program is not already in $PATH. The following addition will correct
     this:</para>
     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>
     <para>Compile the package:</para>
 
 

+ 2 - 2
general.ent

@@ -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 copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.0">
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->