aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-11-13 06:08:33 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-11-13 06:08:33 +0000
commit28acf755560608f7a02ca7d34f1a1ee48b0a2efd (patch)
tree2ffcedfa9c3cd2397798e2f056bfa4b6005f62ef /chapter06
parentbc827b3954789582bfb444ba119dfbcd45281c75 (diff)
Upgraded to Autoconf-2.58, Automake-1.7.9, File-4.06, Modutils-2.4.26, Procps-3.1.4 and Sed-4.0.8.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/automake.xml4
-rw-r--r--chapter06/procps.xml7
2 files changed, 1 insertions, 10 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml
index e28116cba..8f52c9d58 100644
--- a/chapter06/automake.xml
+++ b/chapter06/automake.xml
@@ -31,10 +31,6 @@ following command will do so:</para>
<screen><userinput>make install</userinput></screen>
-<para>And create a necessary symbolic link:</para>
-
-<screen><userinput>ln -s automake-1.7 /usr/share/automake</userinput></screen>
-
</sect2>
</sect1>
diff --git a/chapter06/procps.xml b/chapter06/procps.xml
index a2a4fb14b..9dda8547f 100644
--- a/chapter06/procps.xml
+++ b/chapter06/procps.xml
@@ -13,12 +13,7 @@ Estimated required disk space: &procps-compsize;</screen>
<sect2>
<title>Installation of Procps</title>
-<para>First fix a problem that can crash <userinput>w</userinput> under
-certain locale settings:</para>
-
-<screen><userinput>patch -Np1 -i ../&procps-patch;</userinput></screen>
-
-<para>Now compile Procps:</para>
+<para>Compile Procps:</para>
<screen><userinput>make</userinput></screen>