diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-02-13 12:56:41 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-02-13 12:56:41 +0000 |
commit | 1caf9487186be24a8f5bed1dc6b8bd1d5c920757 (patch) | |
tree | b4916b010e84d7553e7c4652d36c4af7776bb923 | |
parent | f6572970f61255e5a7206af73df5a1cd6d63a321 (diff) |
* Upgrade to automake-1.9.5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter03/packages.xml | 2 | ||||
-rw-r--r-- | general.ent | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 3db7f2ed2..c3e7f923f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -19,6 +19,7 @@ of the LFS Book.</para> <listitem><para>Upgraded to:</para> <itemizedlist> +<listitem><para>automake-1.9.5</para></listitem> <listitem><para>file-4.13</para></listitem> <listitem><para>findutils-4.2.15</para></listitem> <listitem><para>glibc-20041220</para></listitem> @@ -46,6 +47,9 @@ of the LFS Book.</para> </itemizedlist> </listitem> +<listitem><para>February 13, 2005 [matt]: Upgraded to automake-1.9.5</para> +</listitem> + <listitem><para>February 13, 2005 [matt]: Upgraded to file-4.13</para> </listitem> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 347a32119..c3bd1732a 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -20,7 +20,7 @@ </varlistentry> <varlistentry> -<term>Automake (&automake-version;) - 644 KB:</term> +<term>Automake (&automake-version;) - 740 KB:</term> <listitem> <para><ulink url="http://ftp.gnu.org/gnu/automake/"/></para> </listitem> diff --git a/general.ent b/general.ent index fa6f2c54c..01c6fab58 100644 --- a/general.ent +++ b/general.ent @@ -15,7 +15,7 @@ <!ENTITY diskspace "Required disk space"> <!ENTITY autoconf-version "2.59"> -<!ENTITY automake-version "1.9.4"> +<!ENTITY automake-version "1.9.5"> <!ENTITY bash-version "3.0"> <!ENTITY binutils-version "2.15.94.0.2"> <!ENTITY bison-version "2.0"> |