diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-12-26 00:46:21 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-12-26 00:46:21 +0000 |
commit | c424315501627d1b0075978954d7bbe8359ae8f5 (patch) | |
tree | 7e50ffb38bf31701742f838b21891bd9cdf7ca38 | |
parent | 3ae155cde6b363e19a934d6e039b5240dd87e89e (diff) |
upgrade to automake 1.9.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4456 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | general.ent | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 38fc057cf..26e0a8a38 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.4</para></listitem> <listitem><para>findutils-4.2.10</para></listitem> <listitem><para>gcc-3.4.3</para></listitem> <listitem><para>glibc-20041122</para></listitem> @@ -44,6 +45,8 @@ of the LFS Book.</para> </itemizedlist> </listitem> +<listitem><para>December 25th, 2004 [jeremy]: Upgraded to automake 1.9.4</para></listitem> + <listitem><para>December 19th, 2004 [jeremy]: Updated GCC-testresults link to be appropriate for GCC 3.4.3</para></listitem> diff --git a/general.ent b/general.ent index 116c9b29c..80443f484 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.3"> +<!ENTITY automake-version "1.9.4"> <!ENTITY bash-version "3.0"> <!ENTITY binutils-version "2.15.94.0.2"> <!ENTITY bison-version "1.875a"> |