aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bash.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-03-11 21:27:25 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-03-11 21:27:25 +0000
commit835b56ae9c714560cbf2158ef6005f9919fecc25 (patch)
tree85c11f47564d646d5357264a213308f7d91ee316 /chapter05/bash.xml
parent01da931a7f0bc541070a6c9a21d2b6a3108e90b4 (diff)
Upgrade to Bash-4.0. Fixes #2351.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8821 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bash.xml')
-rw-r--r--chapter05/bash.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml
index 26fe314ee..10dd9988d 100644
--- a/chapter05/bash.xml
+++ b/chapter05/bash.xml
@@ -45,8 +45,7 @@
<para>Prepare Bash for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/tools --without-bash-malloc \
- ac_cv_func_working_mktime=yes</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/tools --without-bash-malloc</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
@@ -61,14 +60,6 @@
more stable.</para>
</listitem>
</varlistentry>
- <varlistentry>
- <term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
- <listitem>
- <para>This parameter bypasses the search for mktime in configure
- and uses the version in glibc. The is necessary due to a change in
- gcc that has not been incorporated into this package yet.</para>
- </listitem>
- </varlistentry>
</variablelist>