Updated Autoconf to 2.63

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8604 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Randy McMurchy 2008-10-07 22:22:45 +00:00
parent 22f2462228
commit cb48ead03d
3 changed files with 8 additions and 5 deletions

View File

@ -40,6 +40,9 @@
<listitem>
<para>2008-10-07</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated Autoconf to 2.63.</para>
</listitem>
<listitem>
<para>[randy] - Updated Libtool to 2.2.6a.</para>
</listitem>

View File

@ -53,7 +53,7 @@
<screen><userinput remap="test">make check</userinput></screen>
<para>This takes a long time, about 3 SBUs. In addition, 6 tests are skipped
<para>This takes a long time, about 4.7 SBUs. In addition, 6 tests are skipped
that use Automake. For full test coverage, Autoconf can be re-tested
after Automake has been installed.</para>

View File

@ -7,12 +7,12 @@
Allowed deviation in disk usage : 2% -->
<!ENTITY autoconf-version "2.62">
<!ENTITY autoconf-size "1,141 KB">
<!ENTITY autoconf-version "2.63">
<!ENTITY autoconf-size "1,195 KB">
<!ENTITY autoconf-url "&gnu;autoconf/autoconf-&autoconf-version;.tar.bz2">
<!ENTITY autoconf-md5 "e1fb8fe0b22e651240afdfa2be537a3c">
<!ENTITY autoconf-md5 "7565809ed801bb5726da0631ceab3699">
<!ENTITY autoconf-home "&gnu-software;autoconf/">
<!ENTITY autoconf-ch6-du "11.8 MB">
<!ENTITY autoconf-ch6-du "14.3 MB testsuite included">
<!ENTITY autoconf-ch6-sbu "less than 0.1 SBU">
<!ENTITY automake-version "1.10.1">