浏览代码

Upgrade to Autoconf-2.61. Fixes #1918

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7856 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 18 年之前
父节点
当前提交
2bd778e952
共有 4 个文件被更改,包括 16 次插入10 次删除
  1. 10 0
      chapter01/changelog.xml
  2. 0 5
      chapter06/autoconf.xml
  3. 3 2
      general.ent
  4. 3 3
      packages.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <listitem>
+      <para>2006-11-25</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Upgrade to Autoconf-2.61.  Fixes
+          <ulink url="&lfs-ticket-root;1918">#1918</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2006-11-24</para>
       <itemizedlist>

+ 0 - 5
chapter06/autoconf.xml

@@ -35,11 +35,6 @@
   <sect2 role="installation">
     <title>Installation of Autoconf</title>
 
-    <para>Correct a problem in the testsuite due to an incompatibility with
-          m4-&m4-version;:</para>
-
-<screen><userinput>sed -i -e "s/Cannot open foo: /cannot open \`foo': /" tests/tools.at</userinput></screen>
-
     <para>Prepare Autoconf for compilation:</para>
 
 <screen><userinput>./configure --prefix=/usr</userinput></screen>

+ 3 - 2
general.ent

@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20061124">
-<!ENTITY releasedate "November 24, 2006">
+<!ENTITY version "SVN-20061125">
+<!ENTITY releasedate "November 25, 2006">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">
+<!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/">
 <!ENTITY blfs-root "&lfs-root;blfs/">
 <!ENTITY faq-root "&lfs-root;faq/">
 <!ENTITY hints-root "&lfs-root;hints/downloads/files/">

+ 3 - 3
packages.ent

@@ -7,10 +7,10 @@
      Allowed deviation in disk usage : 2% -->
 
 
-<!ENTITY autoconf-version "2.60">
-<!ENTITY autoconf-size "995 KB">
+<!ENTITY autoconf-version "2.61">
+<!ENTITY autoconf-size "1,018 KB">
 <!ENTITY autoconf-url "&gnu;autoconf/autoconf-&autoconf-version;.tar.bz2">
-<!ENTITY autoconf-md5 "019609c29d0cbd9110c38480304aafc8">
+<!ENTITY autoconf-md5 "36d3fe706ad0950f1be10c46a429efe0">
 <!ENTITY autoconf-home "&gnu-software;autoconf/">
 <!ENTITY autoconf-ch6-du "8.1 MB">
 <!ENTITY autoconf-ch6-sbu "less than 0.1 SBU">