diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/autoconf.xml | 5 | ||||
-rw-r--r-- | general.ent | 5 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 16 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f550547d7..7c8f042a2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <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> <listitem> diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index 0a5c518e8..4ffb8e9ee 100644 --- a/chapter06/autoconf.xml +++ b/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> diff --git a/general.ent b/general.ent index a4a220565..ef92d4bf1 100644 --- a/general.ent +++ b/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/"> diff --git a/packages.ent b/packages.ent index c6b9942fd..1344463d6 100644 --- a/packages.ent +++ b/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"> |