diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-04-13 16:52:20 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-04-13 16:52:20 +0000 |
commit | eaa857990b36d4c58277ad6d2dae5b0da2f3a270 (patch) | |
tree | 46a7ed257d669a5f183916e9145489f1adacc2a4 | |
parent | a811faa8f5fff91950ab5e77ec1dc9ec2e06da2c (diff) |
Remove erroneous --enable threads from M4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8852 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/m4.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 12 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c9f4559d3..0b5ff74b3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,15 @@ --> <listitem> + <para>2009-04-13</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Remove erroneous --enable threads from M4.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2009-03-21</para> <itemizedlist> <listitem> diff --git a/chapter06/m4.xml b/chapter06/m4.xml index 924e6c7b3..c22282c1d 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -42,7 +42,7 @@ <para>Prepare M4 for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --enable-threads</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> <para>Compile the package:</para> diff --git a/general.ent b/general.ent index ed3272a40..9feb4b20c 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20090401"> -<!ENTITY releasedate "April 1, 2009"> +<!ENTITY version "SVN-20090413"> +<!ENTITY releasedate "April 13, 2009"> <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |