From 835b56ae9c714560cbf2158ef6005f9919fecc25 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 11 Mar 2009 21:27:25 +0000 Subject: Upgrade to Bash-4.0. Fixes #2351. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8821 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/automake.xml | 4 ++++ chapter06/bash.xml | 18 +++++++++--------- chapter06/chapter06.xml | 4 ++-- 3 files changed, 15 insertions(+), 11 deletions(-) (limited to 'chapter06') diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 4d50b9637..8147bc6c6 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -41,6 +41,10 @@ Installation of Automake + Fix a bug in the testsuite that can lead to a spurious failure: + +patch -Np1 -i ../&automake-test-patch; + Prepare Automake for compilation: ./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version; diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 281ce99ca..98d966c06 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -40,22 +40,22 @@ Installation of Bash - If you downloaded the Bash documentation tarball and wish to install - HTML documentation, issue the following commands: - -tar -xvf ../bash-doc-&bash-doc-version;.tar.gz -sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ - Makefile.in - Prepare Bash for compilation: ./configure --prefix=/usr --bindir=/bin \ - --without-bash-malloc \ - --with-installed-readline ac_cv_func_working_mktime=yes + --htmldir=/usr/share/doc/bash-&bash-version; --without-bash-malloc \ + --with-installed-readline The meaning of the configure options: + + --htmldir + + This option designates the directory into which HTML formatted + documentation will be installed. + + --with-installed-readline diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index c02a73728..2815a7242 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -36,12 +36,12 @@ + + - - -- cgit v1.2.3-54-g00ecf