aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZack Winkles <winkie@linuxfromscratch.org>2004-05-18 01:04:22 +0000
committerZack Winkles <winkie@linuxfromscratch.org>2004-05-18 01:04:22 +0000
commitee4590710dec23d46a6bf652c03c6efa199090d1 (patch)
tree9a3540026ae60200a8d73e0cd655e95ea7fe77ef
parent823a0b988d8826ffcb8ea6f89b184ec7c290bb62 (diff)
Don't run autoconf when building Glibc
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/b5_1/BOOK@3623 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/glibc.xml2
-rw-r--r--general.ent4
3 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 168b08fc9..b52403307 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -74,6 +74,10 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>May 17th, 2004 [winkie]: Chapter 6 - Pass
+<quote>AUTOCONF=no</quote> to the Glibc build. This prevents autoconf from
+causing us problems.</para></listitem>
+
<listitem><para>May 16th, 2004 [jeremy]: Chapter 9 - Added a brief paragraph
to the rebooting system page to discuss packages which might be useful to
add prior to rebooting to the new system</para></listitem>
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 59c1e016c..fea0d892e 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -68,7 +68,7 @@ kernel headers into <filename>/usr/include</filename>.</para></listitem>
<para>Compile the package:</para>
-<screen><userinput>make</userinput></screen>
+<screen><userinput>make AUTOCONF=no</userinput></screen>
<important><para>The test suite for Glibc in this section is considered
<emphasis>critical</emphasis>. Our advice is to not skip it under any
diff --git a/general.ent b/general.ent
index 659e4b416..26001948f 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "&milestone;">
-<!ENTITY releasedate "May 16, 2004">
+<!ENTITY version "&milestone;-20040517">
+<!ENTITY releasedate "May 17, 2004">
<!ENTITY milestone "5.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">